APIEndpoint referenceBetting
/v2/fixtures/{fixtureId}/odds
List current fixture odds snapshots
List current fixture odds snapshots
Path Parameters
fixtureId*string
Opaque resource ID
Match
^[1-9][0-9]*$Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/v2/fixtures/string/odds"{ "data": [ { "bookmaker": { "id": "string", "name": "string", "slug": "string" }, "id": "string", "markets": null, "status": "string", "updatedAt": "2019-08-24T14:15:22Z" } ]}