GET /api/bet_types/f13454e5-3079-4173-b21a-9b77616b34eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f13454e5-3079-4173-b21a-9b77616b34eb",
"match": "https://api-prod.gambitprofit.com/api/matches/98645f8a-d6fe-4b5d-b8d9-e05422aab5df/?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": "ARI",
"amount": 5745.0
},
{
"team": "MIL",
"amount": 4255.0
}
],
"expected_reward_tokens": 9190.8,
"profit_sb": 190.8,
"profit_sb_percentage": 2.12,
"recommended": true
},
"lines": [
{
"id": "ca5eff4f-b0f3-4af7-baeb-d0d544b17011",
"gambit_id": "92e63ee7-cd90-45b2-9efc-9bd69a5a3d31",
"last_updated": "2022-09-02T08:57:03.047261-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ARI",
"reward": "1.60000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f13454e5-3079-4173-b21a-9b77616b34eb/?format=api"
},
{
"id": "9446084a-ed43-44dc-83db-2e1a9b2bc419",
"gambit_id": "e471d27a-fd88-4fe0-bb5c-fc320755fcec",
"last_updated": "2022-09-02T08:57:03.047734-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIL",
"reward": "2.16000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f13454e5-3079-4173-b21a-9b77616b34eb/?format=api"
}
]
}