GET /api/bet_types/23b062fd-753e-495c-ba11-321b00f7c725/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "23b062fd-753e-495c-ba11-321b00f7c725",
"match": "https://api-prod.gambitprofit.com/api/matches/a9a31252-e8bb-42ad-9898-20785422695e/?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": "Georgia",
"amount": 5000.0
},
{
"team": "Oregon",
"amount": 5000.0
}
],
"expected_reward_tokens": 9150.0,
"profit_sb": 150.0,
"profit_sb_percentage": 1.67,
"recommended": true
},
"lines": [
{
"id": "8af0cf0a-d2aa-40b9-ba67-8b5de74e682e",
"gambit_id": "40d7e0e6-1dc3-4137-b9a1-41cc99876fa1",
"last_updated": "2022-09-05T09:57:27.549595-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Georgia",
"reward": "1.83000",
"odds": "1.90910",
"spread": "-16.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23b062fd-753e-495c-ba11-321b00f7c725/?format=api"
},
{
"id": "14d393ab-abec-43b6-8b86-1d675d34eeda",
"gambit_id": "362405bb-9deb-465a-8cdb-cadbf46aad97",
"last_updated": "2022-09-05T09:57:27.550573-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oregon",
"reward": "1.83000",
"odds": "1.90910",
"spread": "16.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23b062fd-753e-495c-ba11-321b00f7c725/?format=api"
}
]
}