GET /api/bet_types/d9ccbc58-b34a-45f1-893a-3f32dce4a341/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d9ccbc58-b34a-45f1-893a-3f32dce4a341",
"match": "https://api-prod.gambitprofit.com/api/matches/ce9150ec-4cc5-4623-9dcf-b1fd7f2570dd/?format=api",
"name": "Play the Odds",
"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": "Anaheim Ducks",
"amount": 6401.0
},
{
"team": "Tampa Bay Lightning",
"amount": 3599.0
}
],
"expected_reward_tokens": 9537.35,
"profit_sb": 37.35,
"profit_sb_percentage": 0.39,
"recommended": true
},
"lines": [
{
"id": "81fe92bf-b41a-4344-9cf3-4a89c43b3294",
"gambit_id": "ecf9a69e-89ae-45ec-abe8-2d2d1490fb68",
"last_updated": "2022-10-27T11:57:05.433531-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Anaheim Ducks",
"reward": "1.49000",
"odds": "1.50000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9ccbc58-b34a-45f1-893a-3f32dce4a341/?format=api"
},
{
"id": "30e57861-b808-4d52-982d-c9843225df5e",
"gambit_id": "cd2a5888-eee3-4688-b345-0854631f3ae1",
"last_updated": "2022-10-27T11:57:05.434896-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tampa Bay Lightning",
"reward": "2.65000",
"odds": "2.70000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9ccbc58-b34a-45f1-893a-3f32dce4a341/?format=api"
}
]
}