GET /api/bet_types/2af15927-1392-4fb1-a9a2-ecbc5e95b0e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2af15927-1392-4fb1-a9a2-ecbc5e95b0e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/317bc669-478a-42ea-a59c-820ebe07a1ef/?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": "Colorado Avalanche",
                "amount": 5208.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "3696ffaf-6eb6-40e8-bf0e-ecbeb7500aa5",
            "gambit_id": "cfacc418-e5f5-4be0-b662-de5cacdf38fc",
            "last_updated": "2022-11-14T10:52:56.272665-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2af15927-1392-4fb1-a9a2-ecbc5e95b0e1/?format=api"
        },
        {
            "id": "00428054-551d-4f4a-bc9a-a73381147052",
            "gambit_id": "b393c7ec-9eb9-4cf6-ba51-2d51d51b834d",
            "last_updated": "2022-11-14T10:52:56.273666-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2af15927-1392-4fb1-a9a2-ecbc5e95b0e1/?format=api"
        }
    ]
}