StatsHub Docs
APIEndpoint referenceValue bet lineup alerts

/value-bet-lineup-alerts

Re-arming an alert that already exists updates it rather than failing, so a user toggling one off and on again does not hit a duplicate key.

POST
/api/value-bet-lineup-alerts

Re-arming an alert that already exists updates it rather than failing, so a user toggling one off and on again does not hit a duplicate key.

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-lineup-alerts" \  -H "Content-Type: application/json" \  -d '{    "line": 0,    "marketType": "string",    "matchDate": 0,    "matchId": 0,    "note": "string",    "playerId": 0,    "playerName": "string",    "teamId": 0  }'
{  "success": true}