GET /api/bet_types/84b18c53-28d3-416e-bd76-adafd01a82bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "84b18c53-28d3-416e-bd76-adafd01a82bb",
"match": "https://api-prod.gambitprofit.com/api/matches/23eba3f0-62c7-4893-af3d-3d22cfa73511/?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": "Boston Celtics",
"amount": 5000.0
},
{
"team": "Toronto Raptors",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "2eb1ff20-fc2d-4b30-9abe-300c9242de51",
"gambit_id": "de56560e-5d79-4fa6-9e79-7291bf5fb520",
"last_updated": "2022-12-06T09:52:00.951021-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Celtics",
"reward": "1.80000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84b18c53-28d3-416e-bd76-adafd01a82bb/?format=api"
},
{
"id": "43d73a35-7189-4099-a957-331125258dc9",
"gambit_id": "c7dfca8f-e56a-4992-952b-3eff34ee4bcc",
"last_updated": "2022-12-06T09:52:00.950044-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Toronto Raptors",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84b18c53-28d3-416e-bd76-adafd01a82bb/?format=api"
}
]
}