GET /api/bet_types/b835c185-3e12-4498-8400-44766c978ece/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b835c185-3e12-4498-8400-44766c978ece",
"match": "https://api-prod.gambitprofit.com/api/matches/1e0c9970-9bbd-4ce5-8fc7-a1d7a63cbbf4/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-11T09:38:02.117732-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": "Milwaukee Bucks",
"amount": 5000.0
},
{
"team": "Chicago Bulls",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "c7c87291-32f6-4d04-b15a-0837ffe66696",
"gambit_id": "e94ffc7d-8405-4398-b5b8-e64b666f5f0d",
"last_updated": "2023-12-12T21:48:20.551787-05:00",
"created_at": "2023-12-11T09:38:02.126833-05:00",
"name": "Milwaukee Bucks",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b835c185-3e12-4498-8400-44766c978ece/?format=api"
},
{
"id": "3aed320c-ceaa-442a-95a7-411c10a70c43",
"gambit_id": "cf000c7a-d123-4756-9b50-f9d2fd18bee6",
"last_updated": "2023-12-12T21:48:20.548235-05:00",
"created_at": "2023-12-11T09:38:02.122087-05:00",
"name": "Chicago Bulls",
"reward": "1.87000",
"odds": "1.90910",
"spread": "11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b835c185-3e12-4498-8400-44766c978ece/?format=api"
}
]
}