GET /api/bet_types/0088399b-9696-44c6-b899-e7abb6bc2967/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "0088399b-9696-44c6-b899-e7abb6bc2967",
"match": "https://api-prod.gambitprofit.com/api/matches/621fe429-b491-48b0-bf5a-f2bcea836497/?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": "Texas",
"amount": 5000.0
},
{
"team": "Iowa State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "eb63c627-4188-47c5-ae1a-b12cf9aa9be3",
"gambit_id": "655e05f9-c8ac-4023-bb30-92de5a72a683",
"last_updated": "2022-10-16T15:07:12.105231-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Texas",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-15.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0088399b-9696-44c6-b899-e7abb6bc2967/?format=api"
},
{
"id": "762e48a9-3e0a-4d89-98e3-4092539b1460",
"gambit_id": "22f481d1-20b0-425d-952b-63f0e8c1daef",
"last_updated": "2022-10-16T15:07:12.106208-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Iowa State",
"reward": "1.88000",
"odds": "1.90910",
"spread": "15.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0088399b-9696-44c6-b899-e7abb6bc2967/?format=api"
}
]
}