GET /api/bet_types/1adb1da0-6cda-4b46-ba6d-64225456cbea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1adb1da0-6cda-4b46-ba6d-64225456cbea",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f90fee3-ab64-4ec2-b65f-920c571bad00/?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": 6534.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3466.0
            }
        ],
        "expected_reward_tokens": 9080.92,
        "profit_sb": 80.92,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "23985cd0-6675-4f8e-95b1-61ea2b19f0d1",
            "gambit_id": "be2ce0a4-eece-48e6-b6e6-42df3ed9fe73",
            "last_updated": "2022-12-12T18:57:23.667870-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.39000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1adb1da0-6cda-4b46-ba6d-64225456cbea/?format=api"
        },
        {
            "id": "9c618ec8-6f74-406f-9f3f-13bca31eb6e6",
            "gambit_id": "370b0373-ed68-486b-b38e-b743f3a248b3",
            "last_updated": "2022-12-12T18:57:23.666460-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.62000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1adb1da0-6cda-4b46-ba6d-64225456cbea/?format=api"
        }
    ]
}