GET /api/bet_types/dcefc840-9ed3-447b-9235-e354270dfcf0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "dcefc840-9ed3-447b-9235-e354270dfcf0",
"match": "https://api-prod.gambitprofit.com/api/matches/99f28a13-c5ea-45db-a389-beeffb9aebf6/?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": "Anaheim Ducks",
"amount": 5419.0
},
{
"team": "New York Rangers",
"amount": 4581.0
}
],
"expected_reward_tokens": 9482.67,
"profit_sb": -17.33,
"profit_sb_percentage": -0.18,
"recommended": false
},
"lines": [
{
"id": "c394ab84-76c5-4fdd-ad64-f2af8a90fc17",
"gambit_id": "240bf19f-4350-407b-bfca-81ba6cf109e5",
"last_updated": "2022-10-18T09:17:08.305521-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Anaheim Ducks",
"reward": "1.75000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcefc840-9ed3-447b-9235-e354270dfcf0/?format=api"
},
{
"id": "fd1fccd2-a2ac-475a-8a2e-69b8be45496e",
"gambit_id": "a8f3ccaf-85aa-4d6f-b7e2-3c80ab3205d2",
"last_updated": "2022-10-18T09:17:08.304617-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Rangers",
"reward": "2.07000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcefc840-9ed3-447b-9235-e354270dfcf0/?format=api"
}
]
}