GET /api/bet_types/f07d1d19-b44f-46f9-906b-7d6fb9238c09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f07d1d19-b44f-46f9-906b-7d6fb9238c09",
"match": "https://api-prod.gambitprofit.com/api/matches/df26e6a5-49a1-4d53-973d-15bc0be059f5/?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": "BAL",
"amount": 5108.0
},
{
"team": "NYY",
"amount": 4892.0
}
],
"expected_reward_tokens": 9294.8,
"profit_sb": 294.8,
"profit_sb_percentage": 3.28,
"recommended": true
},
"lines": [
{
"id": "e14025fe-3e39-4ba4-9a24-d3c3896d5c0f",
"gambit_id": "b982845c-818a-413e-be1b-941f83864ea6",
"last_updated": "2022-10-03T18:51:59.926911-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BAL",
"reward": "1.82000",
"odds": "1.86960",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f07d1d19-b44f-46f9-906b-7d6fb9238c09/?format=api"
},
{
"id": "f230d5b7-195d-44b5-b4bf-200130fabfd2",
"gambit_id": "6f1a0f19-f496-4126-82e8-6919280ab75e",
"last_updated": "2022-10-03T18:51:59.925748-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYY",
"reward": "1.90000",
"odds": "1.95240",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f07d1d19-b44f-46f9-906b-7d6fb9238c09/?format=api"
}
]
}