StatsHub Docs
APIEndpoint referenceTeam

/team/{id}/betting-history

GET
/api/team/{id}/betting-history

Path Parameters

id*integer
Formatint64

Query Parameters

brackets?string
from?string
homeAway?string
limit?integer
Formatint64
side?string
stake?string
to?string
tournamentId?integer
Formatint64

Response 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"  }}