GET /api/bet_types/0e8f348c-9ea3-47fb-9a71-1aedd2bca215/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "0e8f348c-9ea3-47fb-9a71-1aedd2bca215",
"match": "https://api-prod.gambitprofit.com/api/matches/a4bac3d0-b2ef-42e0-8274-cbaf056f04ed/?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": "Washington Capitals",
"amount": 5304.0
},
{
"team": "Detroit Red Wings",
"amount": 4696.0
}
],
"expected_reward_tokens": 9016.32,
"profit_sb": 16.32,
"profit_sb_percentage": 0.18,
"recommended": true
},
"lines": [
{
"id": "44f04507-1fbb-449d-9309-bcb7edce3719",
"gambit_id": "7f982bf0-11d8-428b-b2df-a600bafed70a",
"last_updated": "2022-11-04T09:22:46.454395-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington Capitals",
"reward": "1.70000",
"odds": "1.80000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e8f348c-9ea3-47fb-9a71-1aedd2bca215/?format=api"
},
{
"id": "6600c354-5726-4732-be9b-efb9dcf9c741",
"gambit_id": "2f6783a2-0812-4816-b10a-7ccdf1d0b700",
"last_updated": "2022-11-04T09:22:46.453396-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Detroit Red Wings",
"reward": "1.92000",
"odds": "2.05000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e8f348c-9ea3-47fb-9a71-1aedd2bca215/?format=api"
}
]
}