GET /api/bet_types/57e40a4d-17dd-44bf-b93e-8f83307eb3d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57e40a4d-17dd-44bf-b93e-8f83307eb3d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/79f73196-e2ea-4d23-b370-a807e32460db/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-28T09:58:20.573042-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": "St Louis Blues",
                "amount": 6154.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "dd9aa1f1-4ea8-4b3f-bad1-73d194004caa",
            "gambit_id": "c397540c-e018-45c9-84de-d3ed5dcb320f",
            "last_updated": "2024-01-29T22:18:13.230674-05:00",
            "created_at": "2024-01-28T09:58:20.582590-05:00",
            "name": "St Louis Blues",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57e40a4d-17dd-44bf-b93e-8f83307eb3d7/?format=api"
        },
        {
            "id": "29809905-def3-4694-9b2b-09caf8bdc424",
            "gambit_id": "61888774-ab73-4393-9033-810972c626b4",
            "last_updated": "2024-01-29T22:18:13.227321-05:00",
            "created_at": "2024-01-28T09:58:20.577990-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57e40a4d-17dd-44bf-b93e-8f83307eb3d7/?format=api"
        }
    ]
}