GET /api/bet_types/fd5c5120-7d9d-4ba3-b236-ed5f5cbcedad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd5c5120-7d9d-4ba3-b236-ed5f5cbcedad",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ec35741-fa50-426b-b810-f3ad599bbeda/?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": "Washington Capitals",
                "amount": 5208.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "1d545471-42e4-4891-a799-2ca639db3d37",
            "gambit_id": "422d0869-c861-4d8a-b294-a34d5d2c893d",
            "last_updated": "2022-11-07T09:12:52.375932-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd5c5120-7d9d-4ba3-b236-ed5f5cbcedad/?format=api"
        },
        {
            "id": "c6d13c4a-4fa4-47a4-a6f4-1893fcd26ce6",
            "gambit_id": "dd1ac6ab-5be1-438f-80a4-d7864f3c51aa",
            "last_updated": "2022-11-07T09:12:52.377079-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd5c5120-7d9d-4ba3-b236-ed5f5cbcedad/?format=api"
        }
    ]
}