StatsHub Docs
Endpoint referenceOdds

/odds/batch-card-odds

The match card line for a set of fixtures, keyed by event id.

POST
/api/v2/odds/batch-card-odds

The match card line for a set of fixtures, keyed by event id.

Every requested id appears in the response, with null where no card market was found, so a client can index the result without checking.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/api/v2/odds/batch-card-odds" \  -H "Content-Type: application/json" \  -d '{    "eventIds": [      0.1    ]  }'
{  "property1": {    "bookmaker": "string",    "line": 0.1,    "overOdds": "string",    "underOdds": "string"  },  "property2": {    "bookmaker": "string",    "line": 0.1,    "overOdds": "string",    "underOdds": "string"  }}