GET /api/bet_types/f84cbc71-2fbf-4efb-8b7c-37c03f8027d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f84cbc71-2fbf-4efb-8b7c-37c03f8027d1",
"match": "https://api-prod.gambitprofit.com/api/matches/d18c349c-28d2-47e4-bd0f-2c021d46148b/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-19T09:17:07.447855-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": "Washington Capitals",
"amount": 6308.0
},
{
"team": "Minnesota Wild",
"amount": 3692.0
}
],
"expected_reward_tokens": 9525.08,
"profit_sb": 25.08,
"profit_sb_percentage": 0.26,
"recommended": true
},
"lines": [
{
"id": "ae5804ad-e215-40d3-97a7-a93fac0fdc38",
"gambit_id": "dd3e8436-8c11-4d25-8e79-874465b091eb",
"last_updated": "2023-03-20T11:42:08.541077-04:00",
"created_at": "2023-03-19T09:17:07.451178-04:00",
"name": "Washington Capitals",
"reward": "1.51000",
"odds": "1.52630",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f84cbc71-2fbf-4efb-8b7c-37c03f8027d1/?format=api"
},
{
"id": "c7aa9e47-343b-4a1e-9948-c351ee95bcfb",
"gambit_id": "70fe1666-c974-45c4-922a-77cbeae04b2b",
"last_updated": "2023-03-20T11:42:08.537490-04:00",
"created_at": "2023-03-19T09:17:07.449411-04:00",
"name": "Minnesota Wild",
"reward": "2.58000",
"odds": "2.65000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f84cbc71-2fbf-4efb-8b7c-37c03f8027d1/?format=api"
}
]
}