GET /api/bet_types/30de6aeb-e06b-4a61-ac7e-58e036bc5836/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "30de6aeb-e06b-4a61-ac7e-58e036bc5836",
"match": "https://api-prod.gambitprofit.com/api/matches/1fbf0fdb-60c9-4054-9746-c023f2454000/?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": "CWS",
"amount": 5304.0
},
{
"team": "COL",
"amount": 4696.0
}
],
"expected_reward_tokens": 9016.32,
"profit_sb": 16.32,
"profit_sb_percentage": 0.18,
"recommended": true
},
"lines": [
{
"id": "335cd82d-3d9b-4244-b738-e6c9fbd13611",
"gambit_id": "ad075aa9-e48c-48f2-9f89-61e76ca2ebad",
"last_updated": "2022-09-15T11:07:07.209093-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CWS",
"reward": "1.70000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30de6aeb-e06b-4a61-ac7e-58e036bc5836/?format=api"
},
{
"id": "01b51029-92f0-427a-bfc8-74f65adff6e4",
"gambit_id": "433cab8b-955e-4366-b93a-f02384a76d12",
"last_updated": "2022-09-15T11:07:07.210126-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "COL",
"reward": "1.92000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30de6aeb-e06b-4a61-ac7e-58e036bc5836/?format=api"
}
]
}