GET /api/bet_types/005397af-9479-4293-8b2c-1406082f6088/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "005397af-9479-4293-8b2c-1406082f6088",
"match": "https://api-prod.gambitprofit.com/api/matches/261dd26a-6c0e-40d4-a566-29fdf8863151/?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": "Iowa State",
"amount": 5000.0
},
{
"team": "Oklahoma",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "cba5e6c9-9176-486a-9d5c-b34ad53bc178",
"gambit_id": "16f8e36b-626f-4c15-bb24-b43d983aa2f2",
"last_updated": "2022-10-31T10:52:25.785473-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Iowa State",
"reward": "1.88000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/005397af-9479-4293-8b2c-1406082f6088/?format=api"
},
{
"id": "0849da12-4b2f-42fa-b18c-46147a3c1fde",
"gambit_id": "45a24c5c-2d57-406f-bf07-e6ec7fd42698",
"last_updated": "2022-10-31T10:52:25.786449-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oklahoma",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/005397af-9479-4293-8b2c-1406082f6088/?format=api"
}
]
}