GET /api/bet_types/9623656e-f348-4b69-a2b4-ca0ca539e1c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9623656e-f348-4b69-a2b4-ca0ca539e1c7",
"match": "https://api-prod.gambitprofit.com/api/matches/4e70c397-f132-44fc-9255-9882a5e9064d/?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": 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": "7ea447b8-899f-4859-bfe6-7e7b9d8f3840",
"gambit_id": "cbc8fa50-5142-47fb-b99d-96fc47e8d3f0",
"last_updated": "2022-11-28T10:17:14.115493-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Michigan",
"reward": "1.80000",
"odds": "1.90910",
"spread": "9.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9623656e-f348-4b69-a2b4-ca0ca539e1c7/?format=api"
},
{
"id": "5d6ec150-7e71-404c-bf96-dd87136b79cb",
"gambit_id": "4dc9cd17-4eb0-43b3-ba41-30980c2e1040",
"last_updated": "2022-11-28T10:17:14.114513-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Ohio State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-9.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9623656e-f348-4b69-a2b4-ca0ca539e1c7/?format=api"
}
]
}