GET /api/bet_types/23730b25-a67a-40bf-831a-508abb4e6f90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "23730b25-a67a-40bf-831a-508abb4e6f90",
"match": "https://api-prod.gambitprofit.com/api/matches/4dcd0ad3-a096-4279-976c-e1da2592bb54/?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": "Brooklyn Nets",
"amount": 5000.0
},
{
"team": "Milwaukee Bucks",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "98419d70-4e53-4581-94d3-d1c81233c916",
"gambit_id": "8208143d-6ef2-4e78-a57d-0e21f1b8d192",
"last_updated": "2022-10-27T09:27:10.522036-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Brooklyn Nets",
"reward": "1.88000",
"odds": "1.90910",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23730b25-a67a-40bf-831a-508abb4e6f90/?format=api"
},
{
"id": "516988fe-571f-444b-930b-4de63297f053",
"gambit_id": "a26560c5-64f9-40a8-ac06-41e3aaf50ad0",
"last_updated": "2022-10-27T09:27:10.521006-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Milwaukee Bucks",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23730b25-a67a-40bf-831a-508abb4e6f90/?format=api"
}
]
}