GET /api/bet_types/3022e2f0-21af-4fc5-832c-f69f01b17fc4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3022e2f0-21af-4fc5-832c-f69f01b17fc4",
"match": "https://api-prod.gambitprofit.com/api/matches/fdbf7180-2dfd-4598-8af5-82a43003d268/?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": "Philadelphia Eagles",
"amount": 5000.0
},
{
"team": "New York Jets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9150.0,
"profit_sb": 150.0,
"profit_sb_percentage": 1.67,
"recommended": true
},
"lines": [
{
"id": "c2c459ec-2478-47bc-a6ec-7d4f4653b92f",
"gambit_id": "6ca92b3f-c454-4c27-8a10-8dc7556911e7",
"last_updated": "2022-08-13T11:02:04.644992-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Philadelphia Eagles",
"reward": "1.83000",
"odds": "1.90910",
"spread": "-1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3022e2f0-21af-4fc5-832c-f69f01b17fc4/?format=api"
},
{
"id": "a10b1d43-59ca-476f-b3c7-fea2b69f0f33",
"gambit_id": "aaef703a-3871-4619-b603-75583cb55a1c",
"last_updated": "2022-08-13T11:02:04.645454-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Jets",
"reward": "1.83000",
"odds": "1.90910",
"spread": "1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3022e2f0-21af-4fc5-832c-f69f01b17fc4/?format=api"
}
]
}