GET /api/bet_types/00abcea1-d41a-48b3-96ac-ab1491d5581b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00abcea1-d41a-48b3-96ac-ab1491d5581b",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc028c0a-beff-4164-b359-4aace579b994/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-25T09:23:04.930535-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": "New York Islanders",
                "amount": 5872.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4128.0
            }
        ],
        "expected_reward_tokens": 9453.12,
        "profit_sb": -46.88,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d0e5a28-af99-466c-88a9-bda469e8c1a3",
            "gambit_id": "5b11d3ac-125d-4e40-9500-b72f06036751",
            "last_updated": "2023-11-27T10:13:22.014368-05:00",
            "created_at": "2023-11-25T09:23:04.939134-05:00",
            "name": "New York Islanders",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00abcea1-d41a-48b3-96ac-ab1491d5581b/?format=api"
        },
        {
            "id": "67d65479-cdfc-447d-86da-decb3b6d725a",
            "gambit_id": "23db365a-f964-43bf-a869-2d20759c8bb2",
            "last_updated": "2023-11-27T10:13:22.010984-05:00",
            "created_at": "2023-11-25T09:23:04.934313-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00abcea1-d41a-48b3-96ac-ab1491d5581b/?format=api"
        }
    ]
}