GET /api/bet_types/2f959060-40d3-4fdd-8ba9-bdd970f4a39a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2f959060-40d3-4fdd-8ba9-bdd970f4a39a",
"match": "https://api-prod.gambitprofit.com/api/matches/b0869fd7-3b29-4b19-a33d-3725faf84a65/?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": "OAK",
"amount": 6196.0
},
{
"team": "TEX",
"amount": 3804.0
}
],
"expected_reward_tokens": 9355.96,
"profit_sb": 355.96,
"profit_sb_percentage": 3.96,
"recommended": true
},
"lines": [
{
"id": "d96fa845-2c79-4d5d-9b8a-f8e62e70261f",
"gambit_id": "7310ef6e-ecce-4342-b1fb-1ff2eb4b94c2",
"last_updated": "2022-08-17T09:27:01.360529-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "OAK",
"reward": "1.51000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f959060-40d3-4fdd-8ba9-bdd970f4a39a/?format=api"
},
{
"id": "72e340c9-8694-4321-871b-a63cd115a973",
"gambit_id": "ee658469-afa6-44de-9584-d684fa7ab115",
"last_updated": "2022-08-17T09:27:01.360080-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TEX",
"reward": "2.46000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f959060-40d3-4fdd-8ba9-bdd970f4a39a/?format=api"
}
]
}