StatsHub Docs
Endpoint referenceDashboard

/dashboard/bot/betting-odds

PUT
/api/v2/dashboard/bot/betting-odds

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X PUT "https://example.com/api/v2/dashboard/bot/betting-odds" \  -H "Content-Type: application/json" \  -d '{    "enabled": true,    "id": 0  }'
{  "$schema": "https://example.com/schemas/BettingOddsRulesBot.json",  "createdAt": "string",  "id": 0,  "isEnabled": true,  "label": "string",  "marketDescription": "string",  "total": "string",  "updatedAt": "string"}