GET /api/bet_types/d2781f47-c6b5-42cf-ba17-99230a43a27d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d2781f47-c6b5-42cf-ba17-99230a43a27d",
"match": "https://api-prod.gambitprofit.com/api/matches/0e72505e-8212-4ec9-b32a-e50acaa83cbe/?format=api",
"name": "Play the Odds",
"created_at": "2023-01-10T15:32:00.246436-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": "Philadelphia 76ers",
"amount": 5000.0
},
{
"team": "Detroit Pistons",
"amount": 5000.0
}
],
"expected_reward_tokens": 8900.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.11,
"recommended": false
},
"lines": [
{
"id": "83a26816-0fe2-4a57-9ea2-903060c27600",
"gambit_id": "da7b01e9-8c9a-4b19-ae68-3ee40b205fda",
"last_updated": "2023-01-11T10:46:57.496997-05:00",
"created_at": "2023-01-10T15:32:00.247610-05:00",
"name": "Philadelphia 76ers",
"reward": "1.78000",
"odds": "1.90910",
"spread": "-14.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2781f47-c6b5-42cf-ba17-99230a43a27d/?format=api"
},
{
"id": "ae630fe4-cbc3-4e73-b607-474b93e3a5db",
"gambit_id": "6c092dcc-4873-413c-a14c-d4758dc5aa57",
"last_updated": "2023-01-11T10:46:57.498114-05:00",
"created_at": "2023-01-10T15:32:00.248892-05:00",
"name": "Detroit Pistons",
"reward": "1.78000",
"odds": "1.90910",
"spread": "14.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2781f47-c6b5-42cf-ba17-99230a43a27d/?format=api"
}
]
}