GET /api/bet_types/4a43b4e7-99bf-442e-b81f-fdc60e6b0371/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a43b4e7-99bf-442e-b81f-fdc60e6b0371",
    "match": "https://api-prod.gambitprofit.com/api/matches/26994adc-606b-4b4b-9245-02d0c6b156bf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-20T09:31:49.876460-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": "Calgary Flames",
                "amount": 6759.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3241.0
            }
        ],
        "expected_reward_tokens": 9462.6,
        "profit_sb": -37.4,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c08e32a-4e4c-421a-9587-99e78c6358c8",
            "gambit_id": "97235711-1510-4075-952f-2e53311068fa",
            "last_updated": "2023-03-21T10:52:09.526160-04:00",
            "created_at": "2023-03-20T09:31:49.880945-04:00",
            "name": "Calgary Flames",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a43b4e7-99bf-442e-b81f-fdc60e6b0371/?format=api"
        },
        {
            "id": "50ff6c27-1938-4614-933a-3f9f8d6f9430",
            "gambit_id": "5bf08a8c-4bce-4fa8-9842-135e9de33b23",
            "last_updated": "2023-03-21T10:52:09.524773-04:00",
            "created_at": "2023-03-20T09:31:49.878530-04:00",
            "name": "Los Angeles Kings",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a43b4e7-99bf-442e-b81f-fdc60e6b0371/?format=api"
        }
    ]
}