GET /api/bet_types/8499440a-5a0a-4ea2-9916-d07c5ece7093/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "8499440a-5a0a-4ea2-9916-d07c5ece7093",
"match": "https://api-prod.gambitprofit.com/api/matches/5da1ed6d-17a4-4fa8-a2e9-340b643a6ceb/?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": "Alabama",
"amount": 5000.0
},
{
"team": "Utah State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9150.0,
"profit_sb": 150.0,
"profit_sb_percentage": 1.67,
"recommended": true
},
"lines": [
{
"id": "f20b08ad-e6d3-4f9a-9c69-716fab1df6ff",
"gambit_id": "7b421e67-f686-4008-b20a-6d092502a244",
"last_updated": "2022-09-05T09:37:24.677199-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Alabama",
"reward": "1.83000",
"odds": "1.90910",
"spread": "-41.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8499440a-5a0a-4ea2-9916-d07c5ece7093/?format=api"
},
{
"id": "c0fb4322-ecb3-448a-9273-6876d2d06db7",
"gambit_id": "ba2dee5e-728b-49d1-921c-2c734dd59e99",
"last_updated": "2022-09-05T09:37:24.678326-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Utah State",
"reward": "1.83000",
"odds": "1.90910",
"spread": "41.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8499440a-5a0a-4ea2-9916-d07c5ece7093/?format=api"
}
]
}