GET /api/bet_types/82ed86aa-5343-41b3-9bfe-d9155ea3f304/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "82ed86aa-5343-41b3-9bfe-d9155ea3f304",
"match": "https://api-prod.gambitprofit.com/api/matches/e29bc129-98c8-48fb-abd0-c49fc85f534b/?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": "New York Islanders",
"amount": 5304.0
},
{
"team": "Boston Bruins",
"amount": 4696.0
}
],
"expected_reward_tokens": 9016.32,
"profit_sb": 16.32,
"profit_sb_percentage": 0.18,
"recommended": true
},
"lines": [
{
"id": "c1870e88-6b6d-404f-a1c5-5d92c7eb3850",
"gambit_id": "173ceadf-88b0-459d-9d0a-d581610ec92d",
"last_updated": "2022-12-14T10:17:17.684937-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Islanders",
"reward": "1.70000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82ed86aa-5343-41b3-9bfe-d9155ea3f304/?format=api"
},
{
"id": "8ea3d294-2bac-4f44-975b-542ab33b7c21",
"gambit_id": "418abb71-7245-424a-89ea-d96c1d4ad502",
"last_updated": "2022-12-14T10:17:17.683581-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Bruins",
"reward": "1.92000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82ed86aa-5343-41b3-9bfe-d9155ea3f304/?format=api"
}
]
}