GET /api/bet_types/5a8ea3bd-0164-4215-8abb-90dd0bb4d615/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5a8ea3bd-0164-4215-8abb-90dd0bb4d615",
"match": "https://api-prod.gambitprofit.com/api/matches/f5b127bc-71de-4bbe-92ff-ee6b9a9ac85f/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-02T08:28:12.977434-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": "Miami Heat",
"amount": 5000.0
},
{
"team": "Indiana Pacers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "9927dec2-394d-411d-93ef-41d9c4409915",
"gambit_id": "2b40e87e-cbb1-4096-853a-adf64e65656e",
"last_updated": "2023-12-04T15:13:32.360174-05:00",
"created_at": "2023-12-02T08:28:12.985940-05:00",
"name": "Miami Heat",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a8ea3bd-0164-4215-8abb-90dd0bb4d615/?format=api"
},
{
"id": "294c24d3-d9c0-4409-a5b8-6969ee18bf9e",
"gambit_id": "cf0e6ea7-4b3f-4c88-b7f6-d52e3582411f",
"last_updated": "2023-12-04T15:13:32.356692-05:00",
"created_at": "2023-12-02T08:28:12.981614-05:00",
"name": "Indiana Pacers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a8ea3bd-0164-4215-8abb-90dd0bb4d615/?format=api"
}
]
}