GET /api/bet_types/f087ab9c-6317-46ca-96cc-4947aaebb364/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f087ab9c-6317-46ca-96cc-4947aaebb364",
    "match": "https://api-prod.gambitprofit.com/api/matches/b41ecd25-3d46-48c2-a838-e6f8a5190ff4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T09:38:19.940951-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": "Boston Celtics",
                "amount": 7292.0
            },
            {
                "team": "New York Knicks",
                "amount": 2708.0
            }
        ],
        "expected_reward_tokens": 9478.0,
        "profit_sb": -22.0,
        "profit_sb_percentage": -0.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9227d8b-d87f-49c3-a7d7-83cc6582ba63",
            "gambit_id": "87b8ab87-7d22-4eae-9153-d88d0b607f99",
            "last_updated": "2023-12-09T10:13:06.297598-05:00",
            "created_at": "2023-12-08T09:38:19.951087-05:00",
            "name": "Boston Celtics",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f087ab9c-6317-46ca-96cc-4947aaebb364/?format=api"
        },
        {
            "id": "3dd351a5-da07-4abf-88b8-ebe053ef0fb4",
            "gambit_id": "3c98e67d-5f36-4dda-8d6a-ea6122e8bb9e",
            "last_updated": "2023-12-09T10:13:06.294117-05:00",
            "created_at": "2023-12-08T09:38:19.944910-05:00",
            "name": "New York Knicks",
            "reward": "3.50000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f087ab9c-6317-46ca-96cc-4947aaebb364/?format=api"
        }
    ]
}