GET /api/bet_types/b262cd3a-dac6-4210-9290-6ffd389ee508/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b262cd3a-dac6-4210-9290-6ffd389ee508",
"match": "https://api-prod.gambitprofit.com/api/matches/d2a291c4-0a4d-4825-b23d-42674c6c7cf2/?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": "Tampa Bay Lightning",
"amount": 6786.0
},
{
"team": "Buffalo Sabres",
"amount": 3214.0
}
],
"expected_reward_tokens": 9159.9,
"profit_sb": 159.9,
"profit_sb_percentage": 1.78,
"recommended": true
},
"lines": [
{
"id": "9f761c40-ceeb-486a-a271-6137a067f207",
"gambit_id": "5bbd77a7-22e0-4d1f-95ab-aeb19f946c9a",
"last_updated": "2022-11-07T09:12:50.714889-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tampa Bay Lightning",
"reward": "1.35000",
"odds": "1.40000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b262cd3a-dac6-4210-9290-6ffd389ee508/?format=api"
},
{
"id": "f0a753cc-707b-4bcc-a317-4e65dcad33b0",
"gambit_id": "bfe53ea1-d474-449c-b26e-21b23e4d945f",
"last_updated": "2022-11-07T09:12:50.716028-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Buffalo Sabres",
"reward": "2.85000",
"odds": "3.10000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b262cd3a-dac6-4210-9290-6ffd389ee508/?format=api"
}
]
}