GET /api/bet_types/a23daf58-99e2-428d-96c3-2832275aef5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a23daf58-99e2-428d-96c3-2832275aef5c",
"match": "https://api-prod.gambitprofit.com/api/matches/cf482d51-4e54-4d38-8b04-e8852f21fd21/?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": "Purdue",
"amount": 8084.0
},
{
"team": "Nebraska",
"amount": 1916.0
}
],
"expected_reward_tokens": 9539.12,
"profit_sb": 39.12,
"profit_sb_percentage": 0.41,
"recommended": true
},
"lines": [
{
"id": "3b6cd703-9744-4c17-bd1a-ee1f341238bd",
"gambit_id": "14e5ac86-826b-45c3-9b9d-9fb75515c37e",
"last_updated": "2022-10-17T09:56:52.229168-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Purdue",
"reward": "1.18000",
"odds": "1.18180",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a23daf58-99e2-428d-96c3-2832275aef5c/?format=api"
},
{
"id": "8c71eb40-0a42-409f-96b0-bb9aa03f076d",
"gambit_id": "32912373-1027-471b-b0b7-1d204ce1a764",
"last_updated": "2022-10-17T09:56:52.230388-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Nebraska",
"reward": "4.98000",
"odds": "5.10000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a23daf58-99e2-428d-96c3-2832275aef5c/?format=api"
}
]
}