GET /api/bet_types/57b61104-6475-475d-9ecf-28533755d0e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "57b61104-6475-475d-9ecf-28533755d0e2",
"match": "https://api-prod.gambitprofit.com/api/matches/2cebf279-7e73-4553-97d8-9aef53819c36/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-01T12:17:09.736687-04: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 Orleans Pelicans",
"amount": 5000.0
},
{
"team": "Los Angeles Clippers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "bb9219e9-0598-4918-8af7-3a723906056d",
"gambit_id": "6d653951-6951-4110-a0b6-f03f2f05b4d5",
"last_updated": "2023-04-02T10:52:14.041079-04:00",
"created_at": "2023-04-01T12:17:09.738493-04:00",
"name": "New Orleans Pelicans",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57b61104-6475-475d-9ecf-28533755d0e2/?format=api"
},
{
"id": "f34d9913-30ac-44b6-9eda-acc8025b6ab5",
"gambit_id": "508227b5-1b78-4053-ae93-cca3e0bcaa68",
"last_updated": "2023-04-02T10:52:14.043718-04:00",
"created_at": "2023-04-01T12:17:09.740509-04:00",
"name": "Los Angeles Clippers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57b61104-6475-475d-9ecf-28533755d0e2/?format=api"
}
]
}