StatsHub Docs
APIEndpoint referenceValue bet lineup alerts

/value-bet-lineup-alerts

Which selections the caller is waiting on a lineup for.

GET
/api/value-bet-lineup-alerts

Which selections the caller is waiting on a lineup for.

Only the two identifying columns come back — this feeds a set of "alert is on" toggles, not a display list.

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/value-bet-lineup-alerts"
{  "alerts": [    {      "matchId": 0,      "playerId": 0    }  ]}