GET /api/bet_types/0afff379-1919-460a-9a1b-5c3db4ee82e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "0afff379-1919-460a-9a1b-5c3db4ee82e3",
"match": "https://api-prod.gambitprofit.com/api/matches/53479372-4e59-4c29-8c6c-84774897932a/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-05T14:19:53.029042-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": "Chicago Bulls",
"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": "64c2c368-c762-46f6-a80f-0e741614b933",
"gambit_id": "8d3b37e4-a771-4bcb-9c7b-4d561b9df419",
"last_updated": "2023-03-06T19:12:05.784515-05:00",
"created_at": "2023-03-05T14:19:53.030622-05:00",
"name": "Chicago Bulls",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0afff379-1919-460a-9a1b-5c3db4ee82e3/?format=api"
},
{
"id": "3da61ba6-35df-4c67-b40f-432e63f7ac2b",
"gambit_id": "5ced924f-c342-463c-96d8-1a30e794f578",
"last_updated": "2023-03-06T19:12:05.785838-05:00",
"created_at": "2023-03-05T14:19:53.032231-05:00",
"name": "Indiana Pacers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0afff379-1919-460a-9a1b-5c3db4ee82e3/?format=api"
}
]
}