APIEndpoint referenceTeam
/team/{id}/betting-history
Path Parameters
id*integer
Format
int64Query Parameters
brackets?string
from?string
homeAway?string
limit?integer
Format
int64side?string
stake?string
to?string
tournamentId?integer
Format
int64Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/team/0/betting-history"{ "brackets": [ { "property1": null, "property2": null } ], "filters": { "property1": null, "property2": null }, "matches": [ { "property1": null, "property2": null } ], "summary": { "property1": null, "property2": null }, "team": { "id": 0, "name": "string", "slug": "string" }}