GET /api/bet_types/ea70896a-30e5-4184-9251-ec1ef0b42922/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea70896a-30e5-4184-9251-ec1ef0b42922",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f90fee3-ab64-4ec2-b65f-920c571bad00/?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": "Winnipeg Jets",
                "amount": 5492.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "8494b4a3-c283-4b07-ad58-fb31b74f8e38",
            "gambit_id": "64b968f2-4e78-4fd8-9827-9ad5b7c22231",
            "last_updated": "2022-12-12T18:57:23.670243-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea70896a-30e5-4184-9251-ec1ef0b42922/?format=api"
        },
        {
            "id": "ec1e566d-30a7-4811-8e02-ba31afe3594a",
            "gambit_id": "dfca169d-b24f-46bd-8b4b-78cbd2235b3d",
            "last_updated": "2022-12-12T18:57:23.671321-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea70896a-30e5-4184-9251-ec1ef0b42922/?format=api"
        }
    ]
}