GET /api/bet_types/494480ce-5881-4d19-aef5-d2d208b7044f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "494480ce-5881-4d19-aef5-d2d208b7044f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b991cdd8-4731-4305-a459-ed9a4fba6214/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T10:27:04.924065-04: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": 5000.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cfb0e2c-c03c-4e5b-a67b-7768b98e46ec",
            "gambit_id": "955e3fac-6f23-43b7-bf28-1ffe2ee3ae37",
            "last_updated": "2023-04-13T11:17:15.633187-04:00",
            "created_at": "2023-04-11T10:27:04.926371-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/494480ce-5881-4d19-aef5-d2d208b7044f/?format=api"
        },
        {
            "id": "c810edc0-76ee-4919-8f3f-6e91b084745e",
            "gambit_id": "92166283-8576-4504-b689-0c302c5edc78",
            "last_updated": "2023-04-13T11:17:15.634446-04:00",
            "created_at": "2023-04-11T10:27:04.928595-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/494480ce-5881-4d19-aef5-d2d208b7044f/?format=api"
        }
    ]
}