GET /api/bet_types/92965805-46e5-4531-bd00-d806b1da71c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "92965805-46e5-4531-bd00-d806b1da71c8",
"match": "https://api-prod.gambitprofit.com/api/matches/c81f9e9a-ab30-4066-a4b1-74d326b8de2b/?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": "Wisconsin",
"amount": 5000.0
},
{
"team": "Ohio State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "9e962721-3b3f-467c-b8ad-cab766393b3d",
"gambit_id": "7d9cfd65-0a41-4843-950e-68017fd9222b",
"last_updated": "2022-09-25T21:22:20.837505-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Wisconsin",
"reward": "1.80000",
"odds": "1.90910",
"spread": "19.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92965805-46e5-4531-bd00-d806b1da71c8/?format=api"
},
{
"id": "31690b7b-98e9-418c-87d0-4c2600e077f8",
"gambit_id": "0e3d3984-0154-4ab1-bc0b-a0262766d9f7",
"last_updated": "2022-09-25T21:22:20.836502-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Ohio State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-19.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92965805-46e5-4531-bd00-d806b1da71c8/?format=api"
}
]
}