Skip to main content
GET
/
odds
Get Event Odds
curl --request GET \
  --url https://api.odds-api.io/v3/odds
{
  "away": "<string>",
  "bookmakers": {},
  "date": "<string>",
  "home": "<string>",
  "id": 123,
  "league": {
    "name": "Premier League",
    "slug": "premier-league"
  },
  "sport": {
    "name": "Football",
    "slug": "football"
  },
  "status": "<string>",
  "urls": {}
}

Query Parameters

apiKey
string
required

API key for authentication

eventId
string
required

Event ID

bookmakers
string
required

Comma-separated list of bookmaker names (max 30)

Response

OK

away
string
bookmakers
object
date
string
home
string
id
integer
league
object
sport
object
status
string
urls
object
I