GET /api/bet_types/d9e36968-1b2a-49db-81cf-c1afbc470aac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d9e36968-1b2a-49db-81cf-c1afbc470aac",
"match": "https://api-prod.gambitprofit.com/api/matches/2015c173-e870-4a03-9600-261b3ebd5235/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-18T09:53:18.606269-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": "Calgary Flames",
"amount": 6698.0
},
{
"team": "Florida Panthers",
"amount": 3302.0
}
],
"expected_reward_tokens": 9443.72,
"profit_sb": -56.28,
"profit_sb_percentage": -0.59,
"recommended": false
},
"lines": [
{
"id": "55a7606e-e45b-4508-9d79-c97169af0cd8",
"gambit_id": "5ef9672b-977a-4d38-94d3-bc12a738937f",
"last_updated": "2023-12-19T21:03:16.982276-05:00",
"created_at": "2023-12-18T09:53:18.613695-05:00",
"name": "Calgary Flames",
"reward": "1.41000",
"odds": "1.42550",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9e36968-1b2a-49db-81cf-c1afbc470aac/?format=api"
},
{
"id": "137044fe-cb78-4b6a-aa88-5a1125b92adb",
"gambit_id": "e242d85e-cdcd-40f8-a135-b1499d71386e",
"last_updated": "2023-12-19T21:03:16.978618-05:00",
"created_at": "2023-12-18T09:53:18.609926-05:00",
"name": "Florida Panthers",
"reward": "2.86000",
"odds": "2.95000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9e36968-1b2a-49db-81cf-c1afbc470aac/?format=api"
}
]
}