GET /api/bet_types/9427eb34-db9b-4809-b614-e577ab2a3842/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9427eb34-db9b-4809-b614-e577ab2a3842",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3c4637f-642d-45d5-b9b5-cf5e34a98f7e/?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": "St Louis Blues",
                "amount": 5316.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "0144175f-b342-454e-9a11-09abe1d9e6eb",
            "gambit_id": "bdd8c0cc-c348-438a-acb7-7277d8fd1a92",
            "last_updated": "2022-11-01T10:17:28.213961-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9427eb34-db9b-4809-b614-e577ab2a3842/?format=api"
        },
        {
            "id": "8f89392d-2633-40b7-95c1-b5f869094495",
            "gambit_id": "c095c601-a37d-44c5-8379-71e3af7a6697",
            "last_updated": "2022-11-01T10:17:28.214893-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9427eb34-db9b-4809-b614-e577ab2a3842/?format=api"
        }
    ]
}