GET /api/bet_types/91e5247d-44fa-4e51-ba43-74a7a9fe0202/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91e5247d-44fa-4e51-ba43-74a7a9fe0202",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d88ad54-896c-4531-82df-016e7d889e52/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-03T11:03:20.084598-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": "MIN (J Ryan)",
                "amount": 6627.0
            },
            {
                "team": "KAN (A Cox)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbaace77-4a25-4d12-9be1-f9897423e834",
            "gambit_id": "1667515f-631d-4766-a794-75c08b4c41cf",
            "last_updated": "2023-07-04T10:43:00.320507-04:00",
            "created_at": "2023-07-03T11:03:20.089774-04:00",
            "name": "MIN (J Ryan)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91e5247d-44fa-4e51-ba43-74a7a9fe0202/?format=api"
        },
        {
            "id": "475ff6b6-a3bf-4fb7-a4e2-c2abe1b9dbb8",
            "gambit_id": "061b4754-adf3-47e0-9934-ecf73f614f89",
            "last_updated": "2023-07-04T10:43:00.318656-04:00",
            "created_at": "2023-07-03T11:03:20.086968-04:00",
            "name": "KAN (A Cox)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91e5247d-44fa-4e51-ba43-74a7a9fe0202/?format=api"
        }
    ]
}