GET /api/bet_types/e5084556-5dd4-4c3f-8ce4-9aba815af4da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5084556-5dd4-4c3f-8ce4-9aba815af4da",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd1dab58-23d0-4292-aabc-e229c9abee20/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-12T09:02:15.784504-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",
                "amount": 5098.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "0702e7d0-8861-45c1-b301-d96def169ef9",
            "gambit_id": "076a8840-2b1c-4e1c-9b51-62013aa864f3",
            "last_updated": "2023-01-13T11:47:21.365593-05:00",
            "created_at": "2023-01-12T09:02:15.785837-05:00",
            "name": "Game Total Under 6",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5084556-5dd4-4c3f-8ce4-9aba815af4da/?format=api"
        },
        {
            "id": "2391e8d1-0348-441e-ab77-6284475bcd24",
            "gambit_id": "a5637b0b-3ebd-4dd9-a664-51157c79ea3e",
            "last_updated": "2023-01-13T11:47:21.366715-05:00",
            "created_at": "2023-01-12T09:02:15.787103-05:00",
            "name": "Game Total Over 6",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5084556-5dd4-4c3f-8ce4-9aba815af4da/?format=api"
        }
    ]
}