GET /api/bet_types/e74d302a-b370-44a2-9af5-e985ca7f49d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e74d302a-b370-44a2-9af5-e985ca7f49d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/9600edac-b79f-4e84-b0cc-89a2b6c23ab6/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-02T09:58:20.358153-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "39bd1758-c9c9-47fd-8a63-0ffeba962e75",
            "gambit_id": "913c1003-216e-48b4-9b3b-d4beb2bbacbc",
            "last_updated": "2024-02-03T10:32:56.566795-05:00",
            "created_at": "2024-02-02T09:58:20.362634-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e74d302a-b370-44a2-9af5-e985ca7f49d7/?format=api"
        },
        {
            "id": "2cb78e51-c005-4644-96ab-86224df1c343",
            "gambit_id": "514cdc34-aa9e-45c8-b25c-4a797bcad365",
            "last_updated": "2024-02-03T10:32:56.573545-05:00",
            "created_at": "2024-02-02T09:58:20.366993-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e74d302a-b370-44a2-9af5-e985ca7f49d7/?format=api"
        }
    ]
}