StatsHub Docs
Endpoint referenceEvent

/event/bulk-team-odds

GET
/api/v2/event/bulk-team-odds

Query Parameters

eventIds?string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/event/bulk-team-odds"
{  "$schema": "https://example.com/schemas/EventBulkTeamOddsOKBody.json",  "bookmakerSummary": {    "property1": 0,    "property2": 0  },  "data": {    "property1": null,    "property2": null  },  "eventIds": [    0  ],  "eventsWithOdds": 0,  "totalEvents": 0}