GET /api/bet_types/b82d626b-550e-4978-9d7c-3a2fc2bc7c83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b82d626b-550e-4978-9d7c-3a2fc2bc7c83",
    "match": "https://api-prod.gambitprofit.com/api/matches/efd7df3b-508a-40ce-86b0-24bbdd19a25d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T08:21:59.215744-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": "Chicago Blackhawks",
                "amount": 5211.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4789.0
            }
        ],
        "expected_reward_tokens": 9482.22,
        "profit_sb": -17.78,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "65c8803e-8322-4d92-8933-8d27357d2cbe",
            "gambit_id": "6c82e335-4450-4e55-b726-d19706b9a568",
            "last_updated": "2023-01-23T10:17:13.784006-05:00",
            "created_at": "2023-01-21T08:21:59.218855-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.82000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b82d626b-550e-4978-9d7c-3a2fc2bc7c83/?format=api"
        },
        {
            "id": "d69fd525-584f-4ffb-bd8b-2684099e6b42",
            "gambit_id": "71689c42-7cdc-43c5-88ca-1e2508a58ebc",
            "last_updated": "2023-01-23T10:17:13.782674-05:00",
            "created_at": "2023-01-21T08:21:59.217290-05:00",
            "name": "St Louis Blues",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b82d626b-550e-4978-9d7c-3a2fc2bc7c83/?format=api"
        }
    ]
}