GET /api/bet_types/c4ee691c-461e-4282-8a42-e19326edf0b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c4ee691c-461e-4282-8a42-e19326edf0b1",
"match": "https://api-prod.gambitprofit.com/api/matches/904a522a-56cf-4b9d-af80-59b294ef64a7/?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": "BYU",
"amount": 6104.0
},
{
"team": "East Carolina",
"amount": 3896.0
}
],
"expected_reward_tokens": 9583.28,
"profit_sb": 83.28,
"profit_sb_percentage": 0.88,
"recommended": true
},
"lines": [
{
"id": "308028f6-fd9c-44f5-8cfb-741fc2d2ef20",
"gambit_id": "40000a63-38b5-4704-b94d-bf8fb09780ff",
"last_updated": "2022-10-29T18:52:23.600865-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BYU",
"reward": "1.57000",
"odds": "1.58820",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4ee691c-461e-4282-8a42-e19326edf0b1/?format=api"
},
{
"id": "1d3c7b7c-7dfa-4a78-81f8-1870006f48e0",
"gambit_id": "d630eb56-b4bd-43f1-8983-f447a47d197d",
"last_updated": "2022-10-29T18:52:23.601860-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "East Carolina",
"reward": "2.46000",
"odds": "2.50000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4ee691c-461e-4282-8a42-e19326edf0b1/?format=api"
}
]
}