GET /api/bet_types/91b8aa42-327d-41b7-9eb8-9786214c5fe5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91b8aa42-327d-41b7-9eb8-9786214c5fe5",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe1ada26-ad45-4588-a217-853c23a5c758/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-15T09:01:55.186578-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": "Game Total Over 243.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 243.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d35f1c96-b734-491d-9381-588ba1b660a4",
            "gambit_id": "f645a628-372b-4b83-8378-cf6771125316",
            "last_updated": "2023-02-16T11:26:55.703301-05:00",
            "created_at": "2023-02-15T09:01:55.189433-05:00",
            "name": "Game Total Over 243.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "243.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91b8aa42-327d-41b7-9eb8-9786214c5fe5/?format=api"
        },
        {
            "id": "9ea3bed8-a845-4f77-bcc1-6409a32ef886",
            "gambit_id": "bffb0c96-3d1c-4e5a-b196-80258c4f8c3c",
            "last_updated": "2023-02-16T11:26:55.702132-05:00",
            "created_at": "2023-02-15T09:01:55.187961-05:00",
            "name": "Game Total Under 243.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "243.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91b8aa42-327d-41b7-9eb8-9786214c5fe5/?format=api"
        }
    ]
}