GET /api/bet_types/4632ba6e-18bb-4c89-918f-1b6da7cd4ae6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4632ba6e-18bb-4c89-918f-1b6da7cd4ae6",
    "match": "https://api-prod.gambitprofit.com/api/matches/00c26fcc-8794-40bb-b9d3-425644775b98/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 66.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 66.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "d0b5e926-bd26-45cc-8a62-df208ff0e27e",
            "gambit_id": "4b8aeab8-12f4-4a26-9643-ad69f9a7f3af",
            "last_updated": "2022-09-11T09:57:39.116710-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 66.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "66.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4632ba6e-18bb-4c89-918f-1b6da7cd4ae6/?format=api"
        },
        {
            "id": "d7ee43ea-9a28-4b8b-b68c-ed36ade887ef",
            "gambit_id": "410026cb-3d13-4294-ba3e-8480e8628685",
            "last_updated": "2022-09-11T09:57:39.117889-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 66.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "66.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4632ba6e-18bb-4c89-918f-1b6da7cd4ae6/?format=api"
        }
    ]
}