GET /api/bet_types/ee529975-4140-44ad-a669-0f41f432e7ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ee529975-4140-44ad-a669-0f41f432e7ef",
"match": "https://api-prod.gambitprofit.com/api/matches/721092de-50da-4344-902c-5a02607cd053/?format=api",
"name": "Play the Odds",
"created_at": "2023-10-27T09:07:57.005845-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": "Memphis Grizzlies",
"amount": 5000.0
},
{
"team": "Denver Nuggets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9300.0,
"profit_sb": -200.0,
"profit_sb_percentage": -2.11,
"recommended": false
},
"lines": [
{
"id": "85be6bf0-8265-4a2d-b677-6c1c10bd16b7",
"gambit_id": "67810c99-337a-4d00-b3b3-0546c66ed0ae",
"last_updated": "2023-10-30T15:03:12.266835-04:00",
"created_at": "2023-10-27T09:07:57.014596-04:00",
"name": "Memphis Grizzlies",
"reward": "1.86000",
"odds": "1.90910",
"spread": "6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee529975-4140-44ad-a669-0f41f432e7ef/?format=api"
},
{
"id": "187f17a6-405a-414b-a759-b3d32ce27b91",
"gambit_id": "863968d3-5b6a-4db1-95c2-6ab7d9948c84",
"last_updated": "2023-10-30T15:03:12.263301-04:00",
"created_at": "2023-10-27T09:07:57.010004-04:00",
"name": "Denver Nuggets",
"reward": "1.86000",
"odds": "1.90910",
"spread": "-6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee529975-4140-44ad-a669-0f41f432e7ef/?format=api"
}
]
}