GET /api/bet_types/3d998680-c4af-4c5d-ae04-48843c8cff00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3d998680-c4af-4c5d-ae04-48843c8cff00",
"match": "https://api-prod.gambitprofit.com/api/matches/93a9e695-e30f-47dd-bf62-0be9c9f91ced/?format=api",
"name": "Play the Odds",
"created_at": "2023-10-24T08:57:56.850509-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": "Montreal Canadiens",
"amount": 5214.0
},
{
"team": "New Jersey Devils",
"amount": 4786.0
}
],
"expected_reward_tokens": 9332.7,
"profit_sb": -167.3,
"profit_sb_percentage": -1.76,
"recommended": false
},
"lines": [
{
"id": "e21519e7-7269-41c6-92d8-371bea5ea27e",
"gambit_id": "9fd2a451-bc6f-499a-8000-1992b78bb8d8",
"last_updated": "2023-10-26T10:23:04.502706-04:00",
"created_at": "2023-10-24T08:57:56.862706-04:00",
"name": "Montreal Canadiens",
"reward": "1.79000",
"odds": "1.83330",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d998680-c4af-4c5d-ae04-48843c8cff00/?format=api"
},
{
"id": "50f7a34a-2675-4679-ab6f-c99c76af089c",
"gambit_id": "63b738a5-31a0-4066-9b25-51b8afc59a85",
"last_updated": "2023-10-26T10:23:04.506690-04:00",
"created_at": "2023-10-24T08:57:56.857179-04:00",
"name": "New Jersey Devils",
"reward": "1.95000",
"odds": "2.00000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d998680-c4af-4c5d-ae04-48843c8cff00/?format=api"
}
]
}