GET /api/bet_types/1d315a07-5ba5-4d07-9e85-c6b70b491b79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1d315a07-5ba5-4d07-9e85-c6b70b491b79",
"match": "https://api-prod.gambitprofit.com/api/matches/d950fc1f-47dc-4030-8b7c-bca415ecda1f/?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": "Miami Heat",
"amount": 8003.0
},
{
"team": "Charlotte Hornets",
"amount": 1997.0
}
],
"expected_reward_tokens": 9283.48,
"profit_sb": 283.48,
"profit_sb_percentage": 3.15,
"recommended": true
},
"lines": [
{
"id": "657836e6-7eba-456a-a505-f5b2908e9ee6",
"gambit_id": "d2745a6b-be31-4b95-8619-7074cd1e8a70",
"last_updated": "2022-11-11T13:13:20.746142-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Miami Heat",
"reward": "1.16000",
"odds": "1.17860",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d315a07-5ba5-4d07-9e85-c6b70b491b79/?format=api"
},
{
"id": "df6532a3-31a9-4cf1-b016-c1b98098da10",
"gambit_id": "74ed782f-70a8-4e4a-8e84-4713840840b7",
"last_updated": "2022-11-11T13:13:20.747132-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Charlotte Hornets",
"reward": "4.65000",
"odds": "5.15000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d315a07-5ba5-4d07-9e85-c6b70b491b79/?format=api"
}
]
}