GET /api/bet_types/e25b7ee6-7104-445c-9dbe-2bc5f929e33a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e25b7ee6-7104-445c-9dbe-2bc5f929e33a",
"match": "https://api-prod.gambitprofit.com/api/matches/7ce3d8a2-bce7-42ba-bd16-9ad3a2542af7/?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": "Florida Panthers",
"amount": 6482.0
},
{
"team": "New Jersey Devils",
"amount": 3518.0
}
],
"expected_reward_tokens": 9074.8,
"profit_sb": 74.8,
"profit_sb_percentage": 0.83,
"recommended": true
},
"lines": [
{
"id": "9b79793d-4af0-4699-8e3a-384d85aed5a7",
"gambit_id": "31f3a94e-8301-4dec-8ce2-88600fe0688d",
"last_updated": "2022-12-19T10:42:31.703470-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Florida Panthers",
"reward": "1.40000",
"odds": "1.45450",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e25b7ee6-7104-445c-9dbe-2bc5f929e33a/?format=api"
},
{
"id": "50b1c296-f5ca-43d1-9eab-3c1b83994ef6",
"gambit_id": "5d5063cd-a089-4964-a023-f4a52d4765e1",
"last_updated": "2022-12-19T10:42:31.702364-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Jersey Devils",
"reward": "2.58000",
"odds": "2.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e25b7ee6-7104-445c-9dbe-2bc5f929e33a/?format=api"
}
]
}