StatsHub Docs
Endpoint referenceEvent

/event/{id}/player-odds

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

Path Parameters

id*integer
Formatint64

Query Parameters

statType?string
teamId?string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

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