GET /api/bet_types/6ba5284e-8c81-452e-b162-871490519cdb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6ba5284e-8c81-452e-b162-871490519cdb",
"match": "https://api-prod.gambitprofit.com/api/matches/a37c73eb-cdb6-4e24-92e3-85cffcc4361f/?format=api",
"name": "Play the Odds",
"created_at": "2023-01-17T09:27:13.309337-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": "Arizona Coyotes",
"amount": 6556.0
},
{
"team": "Detroit Red Wings",
"amount": 3444.0
}
],
"expected_reward_tokens": 9505.44,
"profit_sb": 5.44,
"profit_sb_percentage": 0.06,
"recommended": true
},
"lines": [
{
"id": "bcbd5680-db24-40e8-acdd-7901422734a9",
"gambit_id": "f64ddb13-5e54-4c55-8241-1e1edc8d46c0",
"last_updated": "2023-01-18T09:32:09.213654-05:00",
"created_at": "2023-01-17T09:27:13.310613-05:00",
"name": "Arizona Coyotes",
"reward": "1.45000",
"odds": "1.45450",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ba5284e-8c81-452e-b162-871490519cdb/?format=api"
},
{
"id": "bf1caa6e-f168-461e-8c0d-dbda58af2002",
"gambit_id": "5249a16e-54d5-4bac-9c06-6cc6950c2931",
"last_updated": "2023-01-18T09:32:09.214814-05:00",
"created_at": "2023-01-17T09:27:13.311850-05:00",
"name": "Detroit Red Wings",
"reward": "2.76000",
"odds": "2.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ba5284e-8c81-452e-b162-871490519cdb/?format=api"
}
]
}