GET /api/bet_types/1ccc324f-1b50-4019-80b0-2e2bf57bc1af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ccc324f-1b50-4019-80b0-2e2bf57bc1af",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f155433-2f0a-49b8-be68-7c679f80068e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-28T09:32:07.227832-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": "Boston Bruins",
                "amount": 5196.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "1188f6fc-7d7b-4b2e-a020-e976b209888c",
            "gambit_id": "8fdc1ac4-bb9a-47ac-b5b2-74facfec319c",
            "last_updated": "2022-12-30T18:57:02.362321-05:00",
            "created_at": "2022-12-28T09:32:07.230325-05:00",
            "name": "Boston Bruins",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ccc324f-1b50-4019-80b0-2e2bf57bc1af/?format=api"
        },
        {
            "id": "ff381efe-779c-4e52-9af7-c59cfdb1d093",
            "gambit_id": "256f2a57-a897-4e82-9a56-d290f26a868f",
            "last_updated": "2022-12-30T18:57:02.361176-05:00",
            "created_at": "2022-12-28T09:32:07.229039-05:00",
            "name": "New Jersey Devils",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ccc324f-1b50-4019-80b0-2e2bf57bc1af/?format=api"
        }
    ]
}