GET /api/bet_types/65a9a879-5944-48c8-a151-2b14d35fcaa5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "65a9a879-5944-48c8-a151-2b14d35fcaa5",
"match": "https://api-prod.gambitprofit.com/api/matches/66f3fc44-3954-4b99-a3fe-08f185651de4/?format=api",
"name": "Play the Odds",
"created_at": "2023-01-20T09:21:57.630346-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": "Indiana Pacers",
"amount": 5000.0
},
{
"team": "Denver Nuggets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9450.0,
"profit_sb": -50.0,
"profit_sb_percentage": -0.53,
"recommended": false
},
"lines": [
{
"id": "e7ff1bb5-c5d1-455e-b69b-bf5b6266f930",
"gambit_id": "f7e833eb-0f87-400c-94f1-3dec5b2f84e4",
"last_updated": "2023-01-21T10:27:26.941918-05:00",
"created_at": "2023-01-20T09:21:57.632845-05:00",
"name": "Indiana Pacers",
"reward": "1.89000",
"odds": "1.90910",
"spread": "6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65a9a879-5944-48c8-a151-2b14d35fcaa5/?format=api"
},
{
"id": "338d92ec-c255-4b1d-805c-192052ab026d",
"gambit_id": "6ed58993-3a99-4784-8166-8b349f49cd30",
"last_updated": "2023-01-21T10:27:26.940657-05:00",
"created_at": "2023-01-20T09:21:57.631509-05:00",
"name": "Denver Nuggets",
"reward": "1.89000",
"odds": "1.90910",
"spread": "-6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65a9a879-5944-48c8-a151-2b14d35fcaa5/?format=api"
}
]
}