GET /api/bet_types/1bd231e0-eee8-490e-a541-3751b8f2da06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bd231e0-eee8-490e-a541-3751b8f2da06",
    "match": "https://api-prod.gambitprofit.com/api/matches/b432e87a-5aa8-408d-89e3-3908b63d1648/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:22.471260-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c5eec22-d6d4-4f62-8874-7ddf4f6fe775",
            "gambit_id": "6c737ae9-073e-4d80-827e-d8c56e79e797",
            "last_updated": "2023-04-16T18:12:16.595705-04:00",
            "created_at": "2023-04-13T09:32:22.473806-04:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bd231e0-eee8-490e-a541-3751b8f2da06/?format=api"
        },
        {
            "id": "706ffbcb-6ef3-40a1-88ab-b837c9116c71",
            "gambit_id": "5d4e9161-0979-4f60-bf9d-b83c0022655a",
            "last_updated": "2023-04-16T18:12:16.593200-04:00",
            "created_at": "2023-04-13T09:32:22.472534-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bd231e0-eee8-490e-a541-3751b8f2da06/?format=api"
        }
    ]
}