Skip to main content
GET
/
value-bets
Get Value Bets
curl --request GET \
  --url https://api.odds-api.io/v3/value-bets
[
  {
    "betSide": "<string>",
    "bookmaker": "<string>",
    "bookmakerOdds": {
      "away": "<string>",
      "awayDirectLink": "<string>",
      "draw": "<string>",
      "drawDirectLink": "<string>",
      "hdp": "<string>",
      "home": "<string>",
      "homeDirectLink": "<string>",
      "href": "<string>"
    },
    "event": {
      "away": "<string>",
      "date": "<string>",
      "home": "<string>",
      "league": "<string>",
      "sport": "<string>"
    },
    "eventId": 123,
    "expectedValue": 123,
    "expectedValueUpdatedAt": "<string>",
    "id": "<string>",
    "market": {
      "away": "<string>",
      "draw": "<string>",
      "hdp": 123,
      "home": "<string>",
      "max": 123,
      "name": "<string>"
    }
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.odds-api.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

apiKey
string
required

API key for authentication

bookmaker
string
required

Bookmaker name (e.g. Bet365)

sport
string

Filter by sport slug (e.g. baseball). Optional.

league
string

Filter by league slug (e.g. usa-mlb). Requires sport to also be set.

includeEventDetails
boolean

Include event details

Response

OK

betSide
string
bookmaker
string
bookmakerOdds
object
event
object
eventId
integer
expectedValue
number
expectedValueUpdatedAt
string
id
string
market
object