GET /api/bet_types/7c08a517-928f-466f-b0a8-329c5afa336a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7c08a517-928f-466f-b0a8-329c5afa336a",
"match": "https://api-prod.gambitprofit.com/api/matches/2ff7449e-8836-47fd-9965-2efa5d8a2196/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Vegas Golden Knights",
"amount": 6345.0
},
{
"team": "St Louis Blues",
"amount": 3655.0
}
],
"expected_reward_tokens": 9136.8,
"profit_sb": 136.8,
"profit_sb_percentage": 1.52,
"recommended": true
},
"lines": [
{
"id": "f0a33233-1f63-41c5-a21b-0feaa17bdce5",
"gambit_id": "b1da6d9a-2a65-4028-ba46-74be26bb5efb",
"last_updated": "2022-11-14T10:52:58.900767-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Vegas Golden Knights",
"reward": "1.44000",
"odds": "1.50000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c08a517-928f-466f-b0a8-329c5afa336a/?format=api"
},
{
"id": "e610bc5b-6598-46b1-a34d-5d28add9e96a",
"gambit_id": "687dfb46-0fa4-48df-8f8c-04d937e0078d",
"last_updated": "2022-11-14T10:52:58.899788-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "St Louis Blues",
"reward": "2.50000",
"odds": "2.70000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c08a517-928f-466f-b0a8-329c5afa336a/?format=api"
}
]
}