GET /api/bet_types/86b9a122-93c2-4657-8ba3-e519293d85e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "86b9a122-93c2-4657-8ba3-e519293d85e8",
"match": "https://api-prod.gambitprofit.com/api/matches/e7644f34-2228-47ee-8317-bf02304e2e42/?format=api",
"name": "Play the Odds",
"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": "Boston Bruins",
"amount": 6571.0
},
{
"team": "Washington Capitals",
"amount": 3429.0
}
],
"expected_reward_tokens": 9462.24,
"profit_sb": -37.76,
"profit_sb_percentage": -0.4,
"recommended": false
},
"lines": [
{
"id": "b18835eb-8ad1-437e-b1a0-212cf3de675c",
"gambit_id": "343ce15e-b748-4819-af97-4624ee163f85",
"last_updated": "2022-10-13T09:52:26.751297-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Bruins",
"reward": "1.44000",
"odds": "1.45450",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86b9a122-93c2-4657-8ba3-e519293d85e8/?format=api"
},
{
"id": "f4c2a65a-c146-4277-b37c-106efc4f8ce3",
"gambit_id": "0ec43be7-12ac-426b-8c92-65366064a55c",
"last_updated": "2022-10-13T09:52:26.750332-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington Capitals",
"reward": "2.76000",
"odds": "2.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86b9a122-93c2-4657-8ba3-e519293d85e8/?format=api"
}
]
}