GET /api/bet_types/51aae49d-70fd-455f-885a-c076bebd088b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51aae49d-70fd-455f-885a-c076bebd088b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f748abd1-d6d8-4fb8-8263-decbd8b4df00/?format=api",
    "name": "Pick the Winner",
    "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": "CLE (Z Plesac)",
                "amount": 6119.0
            },
            {
                "team": "KAN (K Bubic)",
                "amount": 3881.0
            }
        ],
        "expected_reward_tokens": 9545.64,
        "profit_sb": 45.64,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "62369440-6b6b-4041-bbd9-9e2be91c485a",
            "gambit_id": "38f2b7dc-c594-4a5a-835e-9684497b1f7b",
            "last_updated": "2022-10-02T15:17:30.114574-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (Z Plesac)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51aae49d-70fd-455f-885a-c076bebd088b/?format=api"
        },
        {
            "id": "c4771754-3511-43f5-953b-ac078ab78c34",
            "gambit_id": "69f28704-ab8e-47f4-855a-38594e27fb57",
            "last_updated": "2022-10-02T15:17:30.113606-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (K Bubic)",
            "reward": "2.46000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51aae49d-70fd-455f-885a-c076bebd088b/?format=api"
        }
    ]
}