GET /api/bet_types/6bbfd3fd-b5be-4091-ac66-8fc7d4b1f39c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bbfd3fd-b5be-4091-ac66-8fc7d4b1f39c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0614aed-855a-4cdf-81f9-562e27712060/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-08T08:33:04.365357-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 6",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f357097-e836-4713-a1a4-2296aa99308f",
            "gambit_id": "14548e35-727d-486d-ae81-05f5ad2c2b07",
            "last_updated": "2023-11-10T12:43:20.537698-05:00",
            "created_at": "2023-11-08T08:33:04.370027-05:00",
            "name": "Game Total Over 6",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bbfd3fd-b5be-4091-ac66-8fc7d4b1f39c/?format=api"
        },
        {
            "id": "c074307a-b1e6-491e-89f8-5bdec8b16ecc",
            "gambit_id": "c77d8348-c890-47f7-86df-56bae57cc72d",
            "last_updated": "2023-11-10T12:43:20.547418-05:00",
            "created_at": "2023-11-08T08:33:04.375312-05:00",
            "name": "Game Total Under 6",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bbfd3fd-b5be-4091-ac66-8fc7d4b1f39c/?format=api"
        }
    ]
}