GET /api/bet_types/1a032122-fb3e-427f-b024-f25075fb8580/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1a032122-fb3e-427f-b024-f25075fb8580",
"match": "https://api-prod.gambitprofit.com/api/matches/d1a53a9e-550f-45ae-862e-b4466ec2cafe/?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": "UTEP",
"amount": 5410.0
},
{
"team": "New Mexico",
"amount": 4590.0
}
],
"expected_reward_tokens": 9088.2,
"profit_sb": 88.2,
"profit_sb_percentage": 0.98,
"recommended": true
},
"lines": [
{
"id": "032feff9-eb38-4bf0-9e83-308e87f453c5",
"gambit_id": "a4dc4c6e-3ed4-43f0-9fb1-8b50942c4779",
"last_updated": "2022-09-18T09:37:44.035544-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "UTEP",
"reward": "1.68000",
"odds": "1.76920",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a032122-fb3e-427f-b024-f25075fb8580/?format=api"
},
{
"id": "99f32779-77eb-4aef-a095-6cad1e874b86",
"gambit_id": "e6f59723-eb63-40fe-9f81-79b48bc696e2",
"last_updated": "2022-09-18T09:37:44.034582-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Mexico",
"reward": "1.98000",
"odds": "2.10000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a032122-fb3e-427f-b024-f25075fb8580/?format=api"
}
]
}