GET /api/bet_types/a381b7e1-b645-4bb2-8f93-238c26804113/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a381b7e1-b645-4bb2-8f93-238c26804113",
"match": "https://api-prod.gambitprofit.com/api/matches/962c4561-73d4-4b63-b6d4-060f355e2c20/?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": "Calgary Flames",
"amount": 6619.0
},
{
"team": "Edmonton Oilers",
"amount": 3381.0
}
],
"expected_reward_tokens": 9465.17,
"profit_sb": -34.83,
"profit_sb_percentage": -0.37,
"recommended": false
},
"lines": [
{
"id": "85606960-a8b2-445e-bafb-6fccb6e57e05",
"gambit_id": "176b7509-75dd-471d-abd6-e98c6888b208",
"last_updated": "2022-10-17T11:12:47.856750-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Calgary Flames",
"reward": "1.43000",
"odds": "1.44440",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a381b7e1-b645-4bb2-8f93-238c26804113/?format=api"
},
{
"id": "93b8120b-8930-464b-9f57-740f95bd3c9a",
"gambit_id": "72ee3e60-7342-4416-81bc-1d623759c5b6",
"last_updated": "2022-10-17T11:12:47.855590-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Edmonton Oilers",
"reward": "2.80000",
"odds": "2.85000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a381b7e1-b645-4bb2-8f93-238c26804113/?format=api"
}
]
}