Skip to main content
โ›ณ Odds API

Golf Odds API

A real-time golf odds API covering the PGA Tour, DP World Tour, LIV Golf and the four majors. Access outright winner, top-finish, matchup and round-leader markets with pre-tournament and live odds.

Start free with 100 requests/hour, no credit card required. Covering 34 sports and 265+ bookmakers.

265+
Bookmakers
12+
Leagues
<150ms
Latency
99.9%
Uptime

Golf Leagues Covered

From top-tier competitions to lower divisions - we cover golf leagues at every level worldwide

PGA TourDP World Tour (European Tour)LIV GolfThe MastersPGA ChampionshipU.S. OpenThe Open ChampionshipRyder CupPresidents CupFedEx Cup PlayoffsLPGA TourKorn Ferry Tour

Betting Markets & Features

Comprehensive golf betting data coverage

๐Ÿ“ˆ Betting Markets

  • Tournament Winner (Outright)
  • Each-Way
  • Top 5 Finish
  • Top 10 Finish
  • Top 20 Finish
  • Make / Miss the Cut
  • First-Round Leader
  • 3-Ball Betting
  • 2-Ball / Head-to-Head
  • Nationality of Winner

โœ“ API Features

  • Real-time odds from 265+ bookmakers
  • Live in-play and round-by-round odds
  • PGA Tour, DP World Tour & majors coverage
  • Historical odds data available
  • WebSocket for instant updates
  • Outright, matchup and prop markets

Top Golf Bookmakers

Get odds from the most popular sportsbooks for golf

Bet365

Betfair

DraftKings

FanDuel

BetMGM

1xBet

Unibet

William Hill

Betway

Caesars

View All 265+ Bookmakersโ†’

Get Golf Odds in Minutes

Simple REST API with JSON responses. Start fetching odds today.

Get Golf Events & OddsPython
import requests

API_KEY = "your_api_key"

# Get golf events
events = requests.get(
    "https://api.odds-api.io/v3/events",
    params={"apiKey": API_KEY, "sport": "golf"}
).json()

# Get odds for an event
odds = requests.get(
    "https://api.odds-api.io/v3/odds",
    params={
        "apiKey": API_KEY,
        "eventId": events[0]["id"],
        "bookmakers": "Bet365,DraftKings,Betfair"
    }
).json()

print(f"Found {len(events)} golf events")
print(f"Odds: {odds}")
Sample Golf Odds Response
{
  "id": 65068198,
  "home": "Team A",
  "away": "Team B",
  "date": "2025-01-15T19:30:00Z",
  "sport": {"name": "Golf", "slug": "golf"},
  "league": {"name": "PGA Tour", "slug": "pga-tour"},
  "bookmakers": {
    "Bet365": [
      {"name": "ML", "odds": [{"home": "2.100", "away": "1.850"}]},
      {"name": "Spread", "odds": [{"hdp": -3.5, "home": "1.900", "away": "1.900"}]}
    ],
    "Betfair": [
      {"name": "ML", "odds": [{"home": "2.150", "away": "1.820"}]}
    ]
  }
}

Popular Use Cases for Golf Odds API

Arbitrage DetectionOdds Comparison SitesSports AnalyticsBetting AppsTrading AlgorithmsFantasy Golf

Golf Odds API FAQ

Common questions about our golf odds API

What golf tours does the API cover?

Our golf odds API covers the PGA Tour, DP World Tour (European Tour), LIV Golf, all four majors (The Masters, PGA Championship, U.S. Open, The Open), team events like the Ryder Cup and Presidents Cup, and the LPGA Tour, depending on bookmaker availability.

Do you provide live in-play golf odds?

Yes, we provide real-time live odds for golf tournaments, including round-by-round and in-play updates. Our WebSocket feed delivers odds changes with sub-150ms latency for live betting applications.

Which golf betting markets are available?

We provide odds for all major golf markets including Tournament Winner (Outright), Each-Way, Top 5/10/20 Finish, Make/Miss the Cut, First-Round Leader, 3-Ball, 2-Ball and Head-to-Head matchups.

Which bookmakers do you cover for golf?

We cover 265+ bookmakers for golf odds including Bet365, Betfair, DraftKings, FanDuel, BetMGM, 1xBet, Unibet, William Hill, Betway, and Caesars. Coverage varies by region and tournament.

Explore Other Sports APIs

Access odds from all major sports through Odds-API.io

Start Using Golf Odds API Today

Join 10,000+ developers using Odds-API.io for real-time golf betting data

โœ“No credit card requiredโœ“5,000 requests/hour