GET /api/bet_types/df90e7fb-44bb-4cef-a88e-37911dcee719/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df90e7fb-44bb-4cef-a88e-37911dcee719",
    "match": "https://api-prod.gambitprofit.com/api/matches/143378ed-3992-4e7d-9dd9-549c2d747a34/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-29T08:08:07.500844-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": "Game Total Over 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1346446-55c1-4690-981d-4290de95e7c2",
            "gambit_id": "ee2e5d20-3c53-4788-b7e1-1676d1315a05",
            "last_updated": "2023-07-31T13:08:20.106514-04:00",
            "created_at": "2023-07-29T08:08:07.518260-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df90e7fb-44bb-4cef-a88e-37911dcee719/?format=api"
        },
        {
            "id": "6d97185f-76ac-4185-92da-2d052ae8b706",
            "gambit_id": "28111bd2-b4e1-4de9-8383-3d889600c59f",
            "last_updated": "2023-07-31T13:08:20.110322-04:00",
            "created_at": "2023-07-29T08:08:07.524017-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df90e7fb-44bb-4cef-a88e-37911dcee719/?format=api"
        }
    ]
}