GET /api/bet_types/05b2dbb4-e498-4e5c-8286-690239967f08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "05b2dbb4-e498-4e5c-8286-690239967f08",
"match": "https://api-prod.gambitprofit.com/api/matches/f18bfeca-a516-4d0e-85ee-d309d9a2ba9c/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-27T09:03:02.155863-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": "Toronto Raptors",
"amount": 5000.0
},
{
"team": "Washington Wizards",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "c5783cd5-c84a-4d9a-8b1f-9f00f9de5dd0",
"gambit_id": "3f3ce5fd-3a58-443b-a700-695011111f94",
"last_updated": "2023-12-28T18:38:17.293896-05:00",
"created_at": "2023-12-27T09:03:02.160061-05:00",
"name": "Toronto Raptors",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05b2dbb4-e498-4e5c-8286-690239967f08/?format=api"
},
{
"id": "8549756c-b4c6-4ad8-9a25-096889360195",
"gambit_id": "6ecafb88-cab5-4a8e-ac03-89f67cb6beac",
"last_updated": "2023-12-28T18:38:17.297254-05:00",
"created_at": "2023-12-27T09:03:02.165137-05:00",
"name": "Washington Wizards",
"reward": "1.87000",
"odds": "1.90910",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05b2dbb4-e498-4e5c-8286-690239967f08/?format=api"
}
]
}