GET /api/bet_types/a7efb7b2-fe1e-4505-b129-2a4a7bd5fc8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a7efb7b2-fe1e-4505-b129-2a4a7bd5fc8d",
"match": "https://api-prod.gambitprofit.com/api/matches/48ddcbd3-2c72-4f7c-b6d5-cb4f82bb068e/?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": "Golden State Warriors",
"amount": 5000.0
},
{
"team": "New York Knicks",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "c7a8041e-3621-4bfb-bf0b-183e35bf3fc8",
"gambit_id": "ac72e321-4f1d-4358-b3f6-b2548ba4f279",
"last_updated": "2022-11-19T10:38:37.801251-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Golden State Warriors",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7efb7b2-fe1e-4505-b129-2a4a7bd5fc8d/?format=api"
},
{
"id": "c39996b7-2ec4-4ed9-80d4-dc6406cb60aa",
"gambit_id": "90a6f26f-8edb-4196-b067-d4d08cec5a2c",
"last_updated": "2022-11-19T10:38:37.802206-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Knicks",
"reward": "1.80000",
"odds": "1.90910",
"spread": "7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7efb7b2-fe1e-4505-b129-2a4a7bd5fc8d/?format=api"
}
]
}