GET /api/bet_types/21bb9bd6-6970-48a3-b4b0-e4e0dd317e07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21bb9bd6-6970-48a3-b4b0-e4e0dd317e07",
    "match": "https://api-prod.gambitprofit.com/api/matches/2558f67d-ae8f-4924-9a50-6ae913c1ef55/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-18T09:16:52.655925-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 Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "df67883c-b16a-4fad-b869-8d120ff1724b",
            "gambit_id": "eb6a1297-e5dd-4c3c-adb1-1b497b20d703",
            "last_updated": "2023-01-19T09:27:09.083433-05:00",
            "created_at": "2023-01-18T09:16:52.657537-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21bb9bd6-6970-48a3-b4b0-e4e0dd317e07/?format=api"
        },
        {
            "id": "c137483f-bd3b-48bc-a160-8246410d879a",
            "gambit_id": "ab190d10-12f9-4737-ac6b-3d7888ef1cac",
            "last_updated": "2023-01-19T09:27:09.084517-05:00",
            "created_at": "2023-01-18T09:16:52.659300-05:00",
            "name": "Miami Heat",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21bb9bd6-6970-48a3-b4b0-e4e0dd317e07/?format=api"
        }
    ]
}