GET /api/bet_types/06de613a-bd7d-4aa8-9ebb-a2b0780bcb65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "06de613a-bd7d-4aa8-9ebb-a2b0780bcb65",
"match": "https://api-prod.gambitprofit.com/api/matches/0dbeb13b-0fb3-4c2d-a1a2-5129ba8a5e1c/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-02T07:42:05.944449-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": "Dallas Stars",
"amount": 5000.0
},
{
"team": "Chicago Blackhawks",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "14e63f52-8e50-4c34-a2fe-d4813ca0a4c2",
"gambit_id": "c3d73d04-4def-4a4c-8952-5bb1a3384fe7",
"last_updated": "2023-03-03T09:57:03.821701-05:00",
"created_at": "2023-03-02T07:42:05.946774-05:00",
"name": "Dallas Stars",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06de613a-bd7d-4aa8-9ebb-a2b0780bcb65/?format=api"
},
{
"id": "e9d4a8ab-d10c-455d-9d98-0e59dab5aa97",
"gambit_id": "ce395327-3bbc-42f6-863d-b6ee52e885df",
"last_updated": "2023-03-03T09:57:03.822842-05:00",
"created_at": "2023-03-02T07:42:05.945570-05:00",
"name": "Chicago Blackhawks",
"reward": "1.87000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06de613a-bd7d-4aa8-9ebb-a2b0780bcb65/?format=api"
}
]
}