GET /api/bet_types/e0cb0632-4743-4919-a75e-4d93cde592a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e0cb0632-4743-4919-a75e-4d93cde592a0",
"match": "https://api-prod.gambitprofit.com/api/matches/fcd64e5b-93b1-42d7-89b0-70a18aa52169/?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": "Missouri",
"amount": 5000.0
},
{
"team": "Vanderbilt",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "701f357e-1275-4b66-817a-0932552da0e9",
"gambit_id": "45b6bc25-80a0-42c3-882a-3b825835cea6",
"last_updated": "2022-10-23T19:42:06.980075-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Missouri",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-14.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0cb0632-4743-4919-a75e-4d93cde592a0/?format=api"
},
{
"id": "7822251d-f541-4832-8450-7c62f07cc173",
"gambit_id": "67c3a147-38dc-4366-9f4b-30949baeecc0",
"last_updated": "2022-10-23T19:42:06.981090-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Vanderbilt",
"reward": "1.88000",
"odds": "1.90910",
"spread": "14.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0cb0632-4743-4919-a75e-4d93cde592a0/?format=api"
}
]
}