GET /api/bet_types/c19c7c38-38ab-4e02-aae3-be9839d37871/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c19c7c38-38ab-4e02-aae3-be9839d37871",
"match": "https://api-prod.gambitprofit.com/api/matches/893ddd6a-00a0-4ba5-af86-a8e7f61297af/?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": "Florida Panthers",
"amount": 6683.0
},
{
"team": "Carolina Hurricanes",
"amount": 3317.0
}
],
"expected_reward_tokens": 9154.92,
"profit_sb": 154.92,
"profit_sb_percentage": 1.72,
"recommended": true
},
"lines": [
{
"id": "bac66b52-fd15-4064-80af-6ef53b557006",
"gambit_id": "aa23fe0c-123e-4384-9f3e-1e46f26cc565",
"last_updated": "2022-11-10T10:04:27.253696-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Florida Panthers",
"reward": "1.37000",
"odds": "1.41670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c19c7c38-38ab-4e02-aae3-be9839d37871/?format=api"
},
{
"id": "7d7cf4a4-c6ea-41b8-a3c1-06e6792359f5",
"gambit_id": "38a4186e-31c1-4ac8-98dc-4167e6a52272",
"last_updated": "2022-11-10T10:04:27.252511-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Carolina Hurricanes",
"reward": "2.76000",
"odds": "3.00000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c19c7c38-38ab-4e02-aae3-be9839d37871/?format=api"
}
]
}