Skip to main content
GET
/
odds
/
movements
Get Odds Movements
curl --request GET \
  --url https://api.odds-api.io/v3/odds/movements
{
  "bookmaker": "<string>",
  "eventid": "<string>",
  "latest": {
    "away": 123,
    "draw": 123,
    "hdp": "<string>",
    "home": 123,
    "max": 123,
    "timestamp": 123
  },
  "movements": [
    {
      "away": 123,
      "draw": 123,
      "hdp": "<string>",
      "home": 123,
      "max": 123,
      "timestamp": 123
    }
  ],
  "opening": {
    "away": 123,
    "draw": 123,
    "hdp": "<string>",
    "home": 123,
    "max": 123,
    "timestamp": 123
  }
}

Query Parameters

apiKey
string
required

API key for authentication

eventId
string
required

Event ID

bookmaker
string
required

Bookmaker name (e.g. Bet365, Pinnacle)

market
string
required

Market type name (e.g. ML, Spread, Totals)

marketLine
string

Handicap line (e.g. 0.5, 1.0, 2.5) - not required for ML markets

Response

OK

bookmaker
string
eventid
string
latest
object
movements
object[]
opening
object