GET /api/bet_types/625b3af7-2d3e-490b-849c-d9752524340b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "625b3af7-2d3e-490b-849c-d9752524340b",
"match": "https://api-prod.gambitprofit.com/api/matches/a0a5d4d5-6f29-4569-beff-260ccc1593d9/?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": "SFO",
"amount": 5204.0
},
{
"team": "PIT",
"amount": 4796.0
}
],
"expected_reward_tokens": 9159.04,
"profit_sb": 159.04,
"profit_sb_percentage": 1.77,
"recommended": true
},
"lines": [
{
"id": "2f35f52e-e325-4e96-9940-7f14a4750f7e",
"gambit_id": "3c69b1f9-6dd3-47a3-be65-683292f81540",
"last_updated": "2022-08-14T13:36:50.024071-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SFO",
"reward": "1.76000",
"odds": "1.83330",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/625b3af7-2d3e-490b-849c-d9752524340b/?format=api"
},
{
"id": "03879560-a6b7-42d5-bc82-1fc755a92810",
"gambit_id": "b4d71c3e-a35e-4ab5-98ad-ea9a1dd1214b",
"last_updated": "2022-08-14T13:36:50.024541-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PIT",
"reward": "1.91000",
"odds": "2.00000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/625b3af7-2d3e-490b-849c-d9752524340b/?format=api"
}
]
}