odds_get_odds
Get upcoming and live game odds from bookmakers for any sport, with options to specify markets and regions for pre-game odds analysis.
Instructions
Get upcoming and live game odds for a sport. Returns bookmaker odds for specified markets and regions. This is the primary endpoint for pre-game odds analysis. Cost = markets × regions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | Yes | Sport key e.g. "basketball_nba", "americanfootball_nfl", "icehockey_nhl", "soccer_epl", or "upcoming" | |
| markets | No | Comma-separated markets: "h2h" (moneyline), "spreads", "totals", "outrights". Each market × region = 1 quota. | h2h |
| regions | No | Comma-separated regions: "us", "us2", "uk", "eu", "au". Determines which bookmakers are returned. | us |
| eventIds | No | Comma-separated event IDs to filter | |
| bookmakers | No | Comma-separated bookmaker keys to filter (overrides regions). e.g. draftkings,fanduel | |
| oddsFormat | No | Odds format | american |
| commenceTimeTo | No | ||
| commenceTimeFrom | No |