StatsHub Docs
APIEndpoint referenceValue bet reports

/value-bet-reports

One report per user per bet: filing again replaces the previous one rather than stacking, so one user cannot inflate a community count.

POST
/api/value-bet-reports

One report per user per bet: filing again replaces the previous one rather than stacking, so one user cannot inflate a community count.

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/value-bet-reports" \  -H "Content-Type: application/json" \  -d '{    "details": "string",    "matchDate": null,    "matchId": null,    "playerId": null,    "playerName": "string",    "reason": "string",    "teamId": null  }'
{  "success": true}