StatsHub Docs
APIEndpoint referenceEvent

/event/{id}/player-odds

GET
/api/event/{id}/player-odds

Path Parameters

id*integer
Formatint64

Query Parameters

statType?string
teamId?string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/event/0/player-odds"
{  "bookmakerSummary": {    "property1": 0,    "property2": 0  },  "cacheKey": "string",  "data": {    "property1": null,    "property2": null  }}