GET /api/bet_types/beb49ba1-cd67-485f-a758-aeed08352d07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "beb49ba1-cd67-485f-a758-aeed08352d07",
"match": "https://api-prod.gambitprofit.com/api/matches/ff8c89cf-9226-4c05-9e8c-38c390a539ad/?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": "Los Angeles Clippers",
"amount": 5000.0
},
{
"team": "Boston Celtics",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "c3d06637-192d-49bb-b5c6-f51d3827811e",
"gambit_id": "c9bd022a-6aa2-41ae-8f5f-e343f8f57aec",
"last_updated": "2022-12-13T09:57:32.797496-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Clippers",
"reward": "1.80000",
"odds": "1.90910",
"spread": "4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beb49ba1-cd67-485f-a758-aeed08352d07/?format=api"
},
{
"id": "9d470c77-440a-4ad9-b1b2-c1d7df025ed5",
"gambit_id": "35e4fe7c-feb1-4cf4-b6fe-4393bef62c18",
"last_updated": "2022-12-13T09:57:32.800967-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Celtics",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beb49ba1-cd67-485f-a758-aeed08352d07/?format=api"
}
]
}