GET /api/bet_types/585c1f51-2a4d-4bfd-875c-f471021f8d09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "585c1f51-2a4d-4bfd-875c-f471021f8d09",
"match": "https://api-prod.gambitprofit.com/api/matches/199f4a43-e0e4-4659-8af1-9a2bbe44206d/?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": "HOU",
"amount": 5304.0
},
{
"team": "OAK",
"amount": 4696.0
}
],
"expected_reward_tokens": 9016.32,
"profit_sb": 16.32,
"profit_sb_percentage": 0.18,
"recommended": true
},
"lines": [
{
"id": "632df12b-624a-4dec-8823-26c13a298a9a",
"gambit_id": "15efdcca-b7e3-4633-a20d-50afec4d1135",
"last_updated": "2022-09-19T09:32:04.604535-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "HOU",
"reward": "1.70000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/585c1f51-2a4d-4bfd-875c-f471021f8d09/?format=api"
},
{
"id": "156d3556-034c-4400-a191-194500adf014",
"gambit_id": "99767067-fdcd-44e7-a10f-d7da4af96c36",
"last_updated": "2022-09-19T09:32:04.605447-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "OAK",
"reward": "1.92000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/585c1f51-2a4d-4bfd-875c-f471021f8d09/?format=api"
}
]
}