GET /api/bet_types/3184c988-addc-4c2f-9d45-9db4044fa127/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3184c988-addc-4c2f-9d45-9db4044fa127",
"match": "https://api-prod.gambitprofit.com/api/matches/1adc106c-bf2b-4b37-ab33-cbc55956e9e9/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-29T09:58:08.082559-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": "Nashville Predators",
"amount": 6935.0
},
{
"team": "Detroit Red Wings",
"amount": 3065.0
}
],
"expected_reward_tokens": 9500.95,
"profit_sb": 0.95,
"profit_sb_percentage": 0.01,
"recommended": true
},
"lines": [
{
"id": "f71f8a53-0652-4d43-8971-af0486c546fb",
"gambit_id": "7ffc3a07-7e48-4bc8-bd21-f984c2a10f3e",
"last_updated": "2024-01-01T13:18:19.262995-05:00",
"created_at": "2023-12-29T09:58:08.087443-05:00",
"name": "Nashville Predators",
"reward": "1.37000",
"odds": "1.38460",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3184c988-addc-4c2f-9d45-9db4044fa127/?format=api"
},
{
"id": "ca6ae698-632c-4342-be8b-b12cfb91461e",
"gambit_id": "653ab28e-3999-4fda-a610-bb3e16b15e78",
"last_updated": "2024-01-01T13:18:19.266582-05:00",
"created_at": "2023-12-29T09:58:08.091887-05:00",
"name": "Detroit Red Wings",
"reward": "3.10000",
"odds": "3.20000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3184c988-addc-4c2f-9d45-9db4044fa127/?format=api"
}
]
}