GET /api/bet_types/7e35658d-6623-45da-934c-1d8ace3123ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7e35658d-6623-45da-934c-1d8ace3123ec",
"match": "https://api-prod.gambitprofit.com/api/matches/4caaa390-2d22-4250-8b22-aca429f86efc/?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": "Miami Heat",
"amount": 5000.0
},
{
"team": "San Antonio Spurs",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "5c92739a-ac73-475b-8737-2ab86815586c",
"gambit_id": "40da7291-57db-4d3b-b9e5-32ded33cb7e8",
"last_updated": "2022-12-19T10:37:30.587751-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Miami Heat",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e35658d-6623-45da-934c-1d8ace3123ec/?format=api"
},
{
"id": "bd80aa7d-4ff8-4153-a504-139feba2fd54",
"gambit_id": "8b06714a-7fed-4aa8-a6fc-deb546550e0c",
"last_updated": "2022-12-19T10:37:30.586479-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "San Antonio Spurs",
"reward": "1.80000",
"odds": "1.90910",
"spread": "8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e35658d-6623-45da-934c-1d8ace3123ec/?format=api"
}
]
}