GET /api/bet_types/01b439ff-6241-468c-8c40-90c5f15a4094/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "01b439ff-6241-468c-8c40-90c5f15a4094",
"match": "https://api-prod.gambitprofit.com/api/matches/2c097e6b-2b17-4868-ad82-63af7636539b/?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": "Boston Bruins",
"amount": 5974.0
},
{
"team": "Columbus Blue Jackets",
"amount": 4026.0
}
],
"expected_reward_tokens": 9139.02,
"profit_sb": 139.02,
"profit_sb_percentage": 1.54,
"recommended": true
},
"lines": [
{
"id": "5e61ad5f-4658-4287-807f-77c77d04b420",
"gambit_id": "32fadd1a-47c7-459d-8b84-601b404c5f9c",
"last_updated": "2022-12-19T10:47:32.623564-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Bruins",
"reward": "1.53000",
"odds": "1.60610",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01b439ff-6241-468c-8c40-90c5f15a4094/?format=api"
},
{
"id": "54196faa-df9d-4726-a654-b05d0a45b9f0",
"gambit_id": "b9ce08ad-8917-4f70-a489-372cd7e9fe81",
"last_updated": "2022-12-19T10:47:32.622497-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Columbus Blue Jackets",
"reward": "2.27000",
"odds": "2.45000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01b439ff-6241-468c-8c40-90c5f15a4094/?format=api"
}
]
}