GET /api/bet_types/7cbf4aba-c26a-4df0-b58e-a45c4e69670f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cbf4aba-c26a-4df0-b58e-a45c4e69670f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8174b7e-73af-4d28-97d5-3b04d9be4317/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-11T09:32:15.263991-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d1c0ac7-2865-495a-9f6f-60c9b46e8f99",
            "gambit_id": "c45049dd-fdcf-4feb-bbc8-3ec8ba739480",
            "last_updated": "2023-03-13T13:22:04.614620-04:00",
            "created_at": "2023-03-11T09:32:15.265427-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cbf4aba-c26a-4df0-b58e-a45c4e69670f/?format=api"
        },
        {
            "id": "34b0a150-5f73-4551-ae55-a269ce4d20a3",
            "gambit_id": "cfde3bfb-29e2-4228-9d87-8f87af2bdb8e",
            "last_updated": "2023-03-13T13:22:04.616782-04:00",
            "created_at": "2023-03-11T09:32:15.266785-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cbf4aba-c26a-4df0-b58e-a45c4e69670f/?format=api"
        }
    ]
}