GET /api/bet_types/981d6b9f-3349-499e-b50c-1cfc9ee32c5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "981d6b9f-3349-499e-b50c-1cfc9ee32c5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/27beffac-1a6d-4193-933e-06d191237044/?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": "New York Knicks",
                "amount": 6482.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc2be1e3-fd4b-40b4-94a8-60a604606c97",
            "gambit_id": "1f5067c4-bb99-4513-80e1-57932ed6bc35",
            "last_updated": "2022-11-14T15:07:42.443983-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/981d6b9f-3349-499e-b50c-1cfc9ee32c5e/?format=api"
        },
        {
            "id": "92d53898-3742-4c35-989c-5c816483ce60",
            "gambit_id": "a4543d7d-87c9-4cc8-b57e-f1e6e74f74d7",
            "last_updated": "2022-11-14T15:07:42.445153-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/981d6b9f-3349-499e-b50c-1cfc9ee32c5e/?format=api"
        }
    ]
}