GET /api/bet_types/80a795db-1804-4885-8e78-26042c494ccf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "80a795db-1804-4885-8e78-26042c494ccf",
"match": "https://api-prod.gambitprofit.com/api/matches/bd60784c-148f-4d26-add0-68cf26687255/?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": "Wyoming",
"amount": 7790.0
},
{
"team": "Hawaii",
"amount": 2210.0
}
],
"expected_reward_tokens": 9503.0,
"profit_sb": 3.0,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "e674961d-1c3a-4ab7-aff8-9e6e9443bcfd",
"gambit_id": "85e0e8f6-1035-4280-be0e-d50c4a3cb9dc",
"last_updated": "2022-10-31T10:07:24.716073-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Wyoming",
"reward": "1.22000",
"odds": "1.22730",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80a795db-1804-4885-8e78-26042c494ccf/?format=api"
},
{
"id": "c6dfce7e-c4f6-4375-9855-4a3ffeb7d84d",
"gambit_id": "ba3ea530-21c6-43e2-ad06-68e177c2b6ea",
"last_updated": "2022-10-31T10:07:24.715119-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Hawaii",
"reward": "4.30000",
"odds": "4.40000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80a795db-1804-4885-8e78-26042c494ccf/?format=api"
}
]
}