StatsHub Docs
APIEndpoint referenceTournament

/tournament/{id}/{seasonId}/standing/betting-trends

Hit rates for corner, card, goal, BTTS and xG lines, per team, split home and away.

GET
/api/tournament/{id}/{seasonId}/standing/betting-trends

Hit rates for corner, card, goal, BTTS and xG lines, per team, split home and away.

The shape is a map keyed by team id, not a list.

Each dataset is issued once for every team through a lateral relation. The formulas remain the legacy per-team queries, but a 20-team league now uses seven database round trips instead of 121 and occupies one pool connection at a time instead of four.

Path Parameters

id*string
seasonId*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/tournament/string/string/standing/betting-trends"
{  "data": {    "property1": null,    "property2": null  }}