StatsHub Docs
APIEndpoint referenceValue bet reports

/value-bet-reports

What the community has flagged about a set of bets, and what the caller flagged themselves.

GET
/api/value-bet-reports

What the community has flagged about a set of bets, and what the caller flagged themselves.

The result is keyed "playerId_matchId" so a client can look up a bet it is already rendering without scanning a list.

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Query Parameters

matchIds?string
playerIds?string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/value-bet-reports"
{  "bets": null}