GET /api/bet_types/5bb619d3-9b3e-41ab-bfde-7ae943c421b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5bb619d3-9b3e-41ab-bfde-7ae943c421b5",
"match": "https://api-prod.gambitprofit.com/api/matches/c9894cad-d291-4122-bed7-738d0dd102d5/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-05T08:33:20.519212-04: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": "STL",
"amount": 5107.0
},
{
"team": "COL",
"amount": 4893.0
}
],
"expected_reward_tokens": 9345.63,
"profit_sb": -154.37,
"profit_sb_percentage": -1.62,
"recommended": false
},
"lines": [
{
"id": "5b19ca84-1189-4a13-9af0-a0169631fe9a",
"gambit_id": "6cf7329d-3d07-41cd-982b-f86917548a30",
"last_updated": "2023-08-07T14:53:04.946671-04:00",
"created_at": "2023-08-05T08:33:20.529524-04:00",
"name": "STL",
"reward": "1.83000",
"odds": "1.86960",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bb619d3-9b3e-41ab-bfde-7ae943c421b5/?format=api"
},
{
"id": "ddc233d3-f5fc-47d8-808c-d6f67db75e22",
"gambit_id": "f36202c8-2361-4775-bec8-4fb73961ce4f",
"last_updated": "2023-08-07T14:53:04.943268-04:00",
"created_at": "2023-08-05T08:33:20.524028-04:00",
"name": "COL",
"reward": "1.91000",
"odds": "1.95240",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bb619d3-9b3e-41ab-bfde-7ae943c421b5/?format=api"
}
]
}