GET /api/bet_types/b4b23f14-2df4-4579-9518-159899f27a93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b4b23f14-2df4-4579-9518-159899f27a93",
"match": "https://api-prod.gambitprofit.com/api/matches/f4bc2dc4-85e5-485a-b391-ceb1fed4d281/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-09T09:42:58.864486-04: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": "NYM",
"amount": 5939.0
},
{
"team": "MIN",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "560f93e4-b56d-4601-a564-16d97958798e",
"gambit_id": "8b1195e1-efba-4700-a7cc-07b843abf0e3",
"last_updated": "2023-09-11T09:08:28.258941-04:00",
"created_at": "2023-09-09T09:42:58.868953-04:00",
"name": "NYM",
"reward": "1.60000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4b23f14-2df4-4579-9518-159899f27a93/?format=api"
},
{
"id": "c865100f-20e4-4d16-a421-48f6504cc85e",
"gambit_id": "aee184a2-fc02-4594-a4be-1ab29adbfa2d",
"last_updated": "2023-09-11T09:08:28.262181-04:00",
"created_at": "2023-09-09T09:42:58.873898-04:00",
"name": "MIN",
"reward": "2.34000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4b23f14-2df4-4579-9518-159899f27a93/?format=api"
}
]
}