GET /api/bet_types/8b4fee92-7c5a-4188-aee5-f927f7494736/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "8b4fee92-7c5a-4188-aee5-f927f7494736",
"match": "https://api-prod.gambitprofit.com/api/matches/7ee2930f-7446-4b75-9bca-1ed5d3f808eb/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-24T13:02:10.775992-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": "SFO",
"amount": 6241.0
},
{
"team": "STL",
"amount": 3759.0
}
],
"expected_reward_tokens": 9547.86,
"profit_sb": 47.86,
"profit_sb_percentage": 0.5,
"recommended": true
},
"lines": [
{
"id": "f711298b-b7d9-439e-803b-ab84246a94d8",
"gambit_id": "b004e3ea-8435-41af-91d5-bec18ff67ac1",
"last_updated": "2023-04-25T11:42:22.218878-04:00",
"created_at": "2023-04-24T13:02:10.777811-04:00",
"name": "SFO",
"reward": "1.53000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b4fee92-7c5a-4188-aee5-f927f7494736/?format=api"
},
{
"id": "1e5dc295-446c-4d33-a670-0de110f6d0c2",
"gambit_id": "84666a1f-0807-4775-ac14-4ce277e21ccd",
"last_updated": "2023-04-25T11:42:22.221090-04:00",
"created_at": "2023-04-24T13:02:10.779808-04:00",
"name": "STL",
"reward": "2.54000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b4fee92-7c5a-4188-aee5-f927f7494736/?format=api"
}
]
}