GET /api/bet_types/93e7cbb3-f8e8-4831-8fe4-1f417e9a19b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93e7cbb3-f8e8-4831-8fe4-1f417e9a19b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/31ac5c50-ddfc-4cb5-a1a3-552c1bd1176d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-07T08:38:24.170009-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": 5688.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "816cc2b8-5d1a-4902-88bc-f4f7f1252257",
            "gambit_id": "4fc46fe6-e1ae-4549-b03d-b20368b869d2",
            "last_updated": "2023-11-10T12:58:27.867619-05:00",
            "created_at": "2023-11-07T08:38:24.184565-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93e7cbb3-f8e8-4831-8fe4-1f417e9a19b3/?format=api"
        },
        {
            "id": "cdc7c6c1-f2c4-42cf-946b-d64fb76b411a",
            "gambit_id": "678fcfe8-5373-4d0d-ab77-b1334760b40b",
            "last_updated": "2023-11-10T12:58:27.871007-05:00",
            "created_at": "2023-11-07T08:38:24.189848-05:00",
            "name": "St Louis Blues",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93e7cbb3-f8e8-4831-8fe4-1f417e9a19b3/?format=api"
        }
    ]
}