GET /api/bet_types/48861e7f-5292-458c-a138-86d19398d1a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "48861e7f-5292-458c-a138-86d19398d1a8",
"match": "https://api-prod.gambitprofit.com/api/matches/12bec301-585c-481b-9b07-d11277e5953f/?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": "Philadelphia Flyers",
"amount": 5399.0
},
{
"team": "Tampa Bay Lightning",
"amount": 4601.0
}
],
"expected_reward_tokens": 9016.33,
"profit_sb": 16.33,
"profit_sb_percentage": 0.18,
"recommended": true
},
"lines": [
{
"id": "fe354ac9-9540-4d53-b6ac-4363c9526e1f",
"gambit_id": "66e15ffc-6819-4cbd-a692-149688a0d866",
"last_updated": "2022-12-03T10:27:32.960444-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Philadelphia Flyers",
"reward": "1.67000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48861e7f-5292-458c-a138-86d19398d1a8/?format=api"
},
{
"id": "220ada00-7bff-4eb3-8bf7-9f7e48aacdb3",
"gambit_id": "96482384-c116-4655-9bbf-6dd6da712458",
"last_updated": "2022-12-03T10:27:32.961646-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tampa Bay Lightning",
"reward": "1.96000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48861e7f-5292-458c-a138-86d19398d1a8/?format=api"
}
]
}