GET /api/bet_types/666a8ff6-a1f9-4601-a64f-dec4656bb8eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "666a8ff6-a1f9-4601-a64f-dec4656bb8eb",
"match": "https://api-prod.gambitprofit.com/api/matches/736e2807-2638-46e3-b6d2-43743c472e74/?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": 7406.0
},
{
"team": "Indiana",
"amount": 2594.0
}
],
"expected_reward_tokens": 9182.76,
"profit_sb": 182.76,
"profit_sb_percentage": 2.03,
"recommended": true
},
"lines": [
{
"id": "56835170-15ff-430b-bfd0-3dd3d053bde3",
"gambit_id": "7714ba4d-3a68-4a08-b62c-863f11a894d1",
"last_updated": "2022-11-28T09:47:06.496907-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Purdue",
"reward": "1.24000",
"odds": "1.27780",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/666a8ff6-a1f9-4601-a64f-dec4656bb8eb/?format=api"
},
{
"id": "4b0c8078-73ae-41ce-8a95-9d89b1ac6574",
"gambit_id": "af21c0ab-b0dc-4187-b37e-ca988ae54d33",
"last_updated": "2022-11-28T09:47:06.495929-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Indiana",
"reward": "3.54000",
"odds": "3.90000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/666a8ff6-a1f9-4601-a64f-dec4656bb8eb/?format=api"
}
]
}