GET /api/bet_types/f648b8bf-9963-45e1-801e-273f5d5f91c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f648b8bf-9963-45e1-801e-273f5d5f91c2",
"match": "https://api-prod.gambitprofit.com/api/matches/e12231ff-742c-464b-85f2-3a9a27a4e58e/?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": "Michigan",
"amount": 5097.0
},
{
"team": "Maryland",
"amount": 4903.0
}
],
"expected_reward_tokens": 9021.52,
"profit_sb": 21.52,
"profit_sb_percentage": 0.24,
"recommended": true
},
"lines": [
{
"id": "2b1bc42c-bd50-4ae8-8cd3-d261d75d3f8d",
"gambit_id": "bfe170e6-43e3-4e49-8f34-8100f342d60f",
"last_updated": "2022-09-25T11:27:10.539639-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Michigan",
"reward": "1.77000",
"odds": "1.86960",
"spread": "-17.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f648b8bf-9963-45e1-801e-273f5d5f91c2/?format=api"
},
{
"id": "ad9a7b7f-a614-44b5-9e58-283d1c657a64",
"gambit_id": "b1541572-29bc-410a-aea0-0aea5d8dec26",
"last_updated": "2022-09-25T11:27:10.540704-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Maryland",
"reward": "1.84000",
"odds": "1.95240",
"spread": "17.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f648b8bf-9963-45e1-801e-273f5d5f91c2/?format=api"
}
]
}