GET /api/bet_types/dc661d80-fc08-4d03-907f-fea58c63119d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "dc661d80-fc08-4d03-907f-fea58c63119d",
"match": "https://api-prod.gambitprofit.com/api/matches/b0953756-d529-493d-ae53-f86dbb421ba0/?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": "ATL",
"amount": 6061.0
},
{
"team": "NYM",
"amount": 3939.0
}
],
"expected_reward_tokens": 9333.94,
"profit_sb": 333.94,
"profit_sb_percentage": 3.71,
"recommended": true
},
"lines": [
{
"id": "faf6df7b-7b8e-4cc8-8dac-849c3a145474",
"gambit_id": "3e1a909b-cddb-4cd7-933c-ddd06a106abd",
"last_updated": "2022-08-06T10:57:02.046094-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ATL",
"reward": "1.54000",
"odds": "1.58820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc661d80-fc08-4d03-907f-fea58c63119d/?format=api"
},
{
"id": "6950489f-be81-4c25-9d01-854ce0397886",
"gambit_id": "d8677aa5-c2a4-477d-a562-8b01e86291c0",
"last_updated": "2022-08-06T10:57:02.045606-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYM",
"reward": "2.37000",
"odds": "2.50000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc661d80-fc08-4d03-907f-fea58c63119d/?format=api"
}
]
}