GET /api/bet_types/72a60472-9acf-46df-a828-be9053d5c31b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "72a60472-9acf-46df-a828-be9053d5c31b",
"match": "https://api-prod.gambitprofit.com/api/matches/20e77f03-408a-458d-a32e-527dcef08a21/?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": "New York Knicks",
"amount": 5106.0
},
{
"team": "Detroit Pistons",
"amount": 4894.0
}
],
"expected_reward_tokens": 9395.04,
"profit_sb": -104.96,
"profit_sb_percentage": -1.1,
"recommended": false
},
"lines": [
{
"id": "f9a75348-e938-45bb-b9b1-9ab777eb8c49",
"gambit_id": "f50f110d-c8d9-4520-9c8e-96d2b16fe370",
"last_updated": "2022-10-22T09:22:27.233006-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Knicks",
"reward": "1.84000",
"odds": "1.86960",
"spread": "-7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72a60472-9acf-46df-a828-be9053d5c31b/?format=api"
},
{
"id": "7114ee5a-b46f-47d5-951e-411947a96eca",
"gambit_id": "d4e27179-3138-43f8-8c5b-4767ecf97f3d",
"last_updated": "2022-10-22T09:22:27.233995-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Detroit Pistons",
"reward": "1.92000",
"odds": "1.95240",
"spread": "7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72a60472-9acf-46df-a828-be9053d5c31b/?format=api"
}
]
}