Skip to main content
GET
/
futures
/
odds
/
clv
Future Odds CLV
curl --request GET \
  --url 'https://v5.oddspapi.io/en/futures/odds/clv?apiKey='
{
"futureId": "id11000132131631",
"odds": {
"bet365": {
"id11000132131631:bet365:9001:0": {
"olv": {
"bookmaker": "bet365",
"outcomeId": 9001,
"playerId": 0,
"participantId": 0,
"price": 3.2,
"active": true,
"changedAt": 1766000000000
},
"clv": {
"bookmaker": "bet365",
"outcomeId": 9001,
"playerId": 0,
"participantId": 0,
"price": 3.8,
"active": true,
"changedAt": 1766667000000
}
}
}
},
"bookmakers": {
"bet365": {
"bookmaker": "bet365",
"bookmakerFutureId": "123456",
"participantsRotated": false
}
}
}

Authorizations

apiKey
string
query
required

Your API key (query-based auth for v5).

Query Parameters

futureId
string
required

Single future ID (e.g. id11000132131631).

bookmakers
string | null

Comma/space-separated bookmaker slugs (default: all)

oddsIds
string | null

Optional: comma/space-separated oddsIds to restrict the response.

Response

Returns FutureOddsClvResponse

The response is of type object.