GET /api/bet_types/f1638789-2d42-4963-8016-e8f5c052bb8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1638789-2d42-4963-8016-e8f5c052bb8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac1ba6fc-d7c4-4332-8280-88a322132f12/?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": "LOS (C Ferguson)",
                "amount": 5922.0
            },
            {
                "team": "SDG (M Clevinger)",
                "amount": 4078.0
            }
        ],
        "expected_reward_tokens": 9297.54,
        "profit_sb": 297.54,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "815451f5-577f-4301-90b1-f84444f05d4c",
            "gambit_id": "261767bc-d917-4a5f-8089-6517c8e35604",
            "last_updated": "2022-09-05T13:32:05.492045-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (C Ferguson)",
            "reward": "1.57000",
            "odds": "1.63290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1638789-2d42-4963-8016-e8f5c052bb8c/?format=api"
        },
        {
            "id": "b11c35d9-2afd-4e32-9a8a-de6448075d68",
            "gambit_id": "8b5d40d5-c509-4ab2-8a62-64a4b171cd75",
            "last_updated": "2022-09-05T13:32:05.492991-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (M Clevinger)",
            "reward": "2.28000",
            "odds": "2.43000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1638789-2d42-4963-8016-e8f5c052bb8c/?format=api"
        }
    ]
}