GET /api/bet_types/6b7e2476-a32c-483e-ad59-741cfd71469f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6b7e2476-a32c-483e-ad59-741cfd71469f",
"match": "https://api-prod.gambitprofit.com/api/matches/a6926f5a-9450-4113-867d-d6630ce8cd52/?format=api",
"name": "Pick the Winner",
"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": "Clemson",
"amount": 8083.0
},
{
"team": "South Carolina",
"amount": 1917.0
}
],
"expected_reward_tokens": 9295.45,
"profit_sb": 295.45,
"profit_sb_percentage": 3.28,
"recommended": true
},
"lines": [
{
"id": "f984f94e-42d8-4007-ae4e-c1f7dfe25bce",
"gambit_id": "f4c3b9e1-37ac-47ad-ba2c-7a057429615c",
"last_updated": "2022-11-28T10:22:11.855642-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Clemson",
"reward": "1.15000",
"odds": "1.16670",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b7e2476-a32c-483e-ad59-741cfd71469f/?format=api"
},
{
"id": "0d03a668-3d61-415b-8c4f-c7c623e14745",
"gambit_id": "155aa97e-334f-4f6f-8c1a-ac9f31d365a4",
"last_updated": "2022-11-28T10:22:11.856610-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "South Carolina",
"reward": "4.85000",
"odds": "5.40000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b7e2476-a32c-483e-ad59-741cfd71469f/?format=api"
}
]
}