GET /api/bet_types/cbe742ad-4f41-4955-9185-fa0793fb5d05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "cbe742ad-4f41-4955-9185-fa0793fb5d05",
"match": "https://api-prod.gambitprofit.com/api/matches/bdca3e44-4c58-49ea-af39-2bcf938e582e/?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": "Anaheim Ducks",
"amount": 6778.0
},
{
"team": "San Jose Sharks",
"amount": 3222.0
}
],
"expected_reward_tokens": 9150.3,
"profit_sb": 150.3,
"profit_sb_percentage": 1.67,
"recommended": true
},
"lines": [
{
"id": "7d380e0a-311f-4faa-87ac-945ad3ac0ba1",
"gambit_id": "bca4254f-db74-4d1b-8cea-e799102854f1",
"last_updated": "2022-12-10T18:42:02.104911-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Anaheim Ducks",
"reward": "1.35000",
"odds": "1.40000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbe742ad-4f41-4955-9185-fa0793fb5d05/?format=api"
},
{
"id": "82476660-36f8-4661-b207-fcaf4acfaeff",
"gambit_id": "b492d16a-a7ba-4fde-a4e0-33eb117575ac",
"last_updated": "2022-12-10T18:42:02.105969-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "San Jose Sharks",
"reward": "2.84000",
"odds": "3.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbe742ad-4f41-4955-9185-fa0793fb5d05/?format=api"
}
]
}