GET /api/bet_types/522ee591-8879-4470-a855-f55be27875bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "522ee591-8879-4470-a855-f55be27875bd",
"match": "https://api-prod.gambitprofit.com/api/matches/36fca4f6-3fe9-4694-88ac-3f8f3a4869aa/?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": "Washington Capitals",
"amount": 6482.0
},
{
"team": "Toronto Maple Leafs",
"amount": 3518.0
}
],
"expected_reward_tokens": 9074.8,
"profit_sb": 74.8,
"profit_sb_percentage": 0.83,
"recommended": true
},
"lines": [
{
"id": "2f6c47c2-4f7d-42d5-8ba1-e6b52ee5f3ae",
"gambit_id": "5f9a1bea-cb4a-47b0-8a03-0d0b0830b273",
"last_updated": "2022-12-19T10:42:31.383344-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington Capitals",
"reward": "1.40000",
"odds": "1.45450",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/522ee591-8879-4470-a855-f55be27875bd/?format=api"
},
{
"id": "6bd003ba-94ab-4368-a634-6854bf8791ab",
"gambit_id": "fc24cc2e-524c-4e5e-b4d9-b86d317366ba",
"last_updated": "2022-12-19T10:42:31.384488-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Toronto Maple Leafs",
"reward": "2.58000",
"odds": "2.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/522ee591-8879-4470-a855-f55be27875bd/?format=api"
}
]
}