GET /api/bet_types/1f2bbdf2-081b-4b7b-92ee-d6ff7fb3a8d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f2bbdf2-081b-4b7b-92ee-d6ff7fb3a8d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f5ba316-8a9b-4d4f-ab05-702933800553/?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": "Colorado Avalanche",
                "amount": 5316.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "79a7a028-fb00-422f-9318-0de6f30775c3",
            "gambit_id": "fe10c84c-929f-4b29-9f70-eb3d7f0b9d93",
            "last_updated": "2022-10-29T19:11:51.274700-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f2bbdf2-081b-4b7b-92ee-d6ff7fb3a8d0/?format=api"
        },
        {
            "id": "1f021796-d6ae-4a55-81d9-fd9ed5449689",
            "gambit_id": "62c33c22-55ae-4d59-b61d-ef66d16d8b3d",
            "last_updated": "2022-10-29T19:11:51.275706-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f2bbdf2-081b-4b7b-92ee-d6ff7fb3a8d0/?format=api"
        }
    ]
}