GET /api/bet_types/4322a314-829f-4279-a994-a9fae5596823/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4322a314-829f-4279-a994-a9fae5596823",
"match": "https://api-prod.gambitprofit.com/api/matches/7cc8e29e-fc88-4003-b982-bd35c42f8eaf/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-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": "MIN",
"amount": 5842.0
},
{
"team": "HOU",
"amount": 4158.0
}
],
"expected_reward_tokens": 9230.36,
"profit_sb": 230.36,
"profit_sb_percentage": 2.56,
"recommended": true
},
"lines": [
{
"id": "04c1cd7f-061f-49c1-bcb3-89b0c2a283d9",
"gambit_id": "9a67c9f1-70c7-4a9a-854a-cb8ad105369b",
"last_updated": "2022-08-26T12:52:05.852419-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIN",
"reward": "1.58000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4322a314-829f-4279-a994-a9fae5596823/?format=api"
},
{
"id": "fad205b6-c915-4bd9-a7b0-6c94a6802fcf",
"gambit_id": "66a74bf0-3e0f-444f-aff6-a75b8b3d109c",
"last_updated": "2022-08-26T12:52:05.852025-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "HOU",
"reward": "2.22000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4322a314-829f-4279-a994-a9fae5596823/?format=api"
}
]
}