GET /api/bet_types/1dd28861-8c4e-4cbe-a6d5-0082c982167e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1dd28861-8c4e-4cbe-a6d5-0082c982167e",
    "match": "https://api-prod.gambitprofit.com/api/matches/99c6bd1f-a583-4aba-9331-a6f545bcbb6f/?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": "CWS (J Cueto)",
                "amount": 5692.0
            },
            {
                "team": "KAN (K Bubic)",
                "amount": 4308.0
            }
        ],
        "expected_reward_tokens": 9391.44,
        "profit_sb": 391.44,
        "profit_sb_percentage": 4.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "77c89f07-78ee-4926-9990-20758606afab",
            "gambit_id": "108db82b-4563-4f45-a479-bdd64d6affff",
            "last_updated": "2022-08-11T09:42:07.545894-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (J Cueto)",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dd28861-8c4e-4cbe-a6d5-0082c982167e/?format=api"
        },
        {
            "id": "214dbfde-cab3-40f4-8134-b359bceeedf7",
            "gambit_id": "fc315cfc-d2e4-46a4-a153-39c71fc88776",
            "last_updated": "2022-08-11T09:42:07.545497-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (K Bubic)",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dd28861-8c4e-4cbe-a6d5-0082c982167e/?format=api"
        }
    ]
}