GET /api/bet_types/fd1dcae4-1d4b-46b7-8535-8daa3c0311de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "fd1dcae4-1d4b-46b7-8535-8daa3c0311de",
"match": "https://api-prod.gambitprofit.com/api/matches/f2e79bdc-0028-4daf-b7c2-d821741fe82d/?format=api",
"name": "Play the Odds",
"created_at": "2024-01-05T09:32:57.523033-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": 5000.0
},
{
"team": "Philadelphia 76ers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "c587027f-2e85-4188-b012-1ab2d239fc3d",
"gambit_id": "730e7583-5a9b-407b-bf90-a233799adb21",
"last_updated": "2024-01-08T14:43:14.648043-05:00",
"created_at": "2024-01-05T09:32:57.527202-05:00",
"name": "New York Knicks",
"reward": "1.87000",
"odds": "1.90910",
"spread": "5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd1dcae4-1d4b-46b7-8535-8daa3c0311de/?format=api"
},
{
"id": "926e3cbd-ece9-44b0-b481-d2e951161068",
"gambit_id": "6be2bcc9-2d15-4d00-aa69-54fee79c5843",
"last_updated": "2024-01-08T14:43:14.651218-05:00",
"created_at": "2024-01-05T09:32:57.532590-05:00",
"name": "Philadelphia 76ers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd1dcae4-1d4b-46b7-8535-8daa3c0311de/?format=api"
}
]
}