GET /api/bet_types/c8f6b71a-de26-425b-b15d-15ff1a16a5c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c8f6b71a-de26-425b-b15d-15ff1a16a5c8",
"match": "https://api-prod.gambitprofit.com/api/matches/093c0171-c87d-4e90-88ee-1032fd17d196/?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": "Texas Tech",
"amount": 5000.0
},
{
"team": "Baylor",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "b2aca2bb-080d-47ac-8ea9-c2bfe43c0ab9",
"gambit_id": "0ed86a78-b571-4899-988e-5720ba4881da",
"last_updated": "2022-10-31T10:17:31.058803-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Texas Tech",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8f6b71a-de26-425b-b15d-15ff1a16a5c8/?format=api"
},
{
"id": "5dd5aaf0-9d40-41d9-a907-83e123adeb41",
"gambit_id": "55b94ae8-a9a2-43d8-a47d-fdd055074263",
"last_updated": "2022-10-31T10:17:31.059756-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Baylor",
"reward": "1.88000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8f6b71a-de26-425b-b15d-15ff1a16a5c8/?format=api"
}
]
}