GET /api/bet_types/70972277-dcbf-4058-a9fe-7fc7c77d9e8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70972277-dcbf-4058-a9fe-7fc7c77d9e8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ead42329-3cef-4b13-8934-0718f33b1acf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-01T19:28:12.533684-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 2.5",
                "amount": 6272.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3728.0
            }
        ],
        "expected_reward_tokens": 9282.56,
        "profit_sb": -217.44,
        "profit_sb_percentage": -2.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "814a673b-7015-4ecd-bc43-1a72551571ee",
            "gambit_id": "58f0e8d5-a88b-4154-b0e3-2685345af85b",
            "last_updated": "2023-12-05T21:18:18.007625-05:00",
            "created_at": "2023-12-01T19:28:12.538800-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70972277-dcbf-4058-a9fe-7fc7c77d9e8f/?format=api"
        },
        {
            "id": "1f2044bd-4eee-4c6e-9003-20af954d8e64",
            "gambit_id": "6c16e841-af0c-4788-9235-21f0503dc0ee",
            "last_updated": "2023-12-05T21:18:18.011579-05:00",
            "created_at": "2023-12-01T19:28:12.543209-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70972277-dcbf-4058-a9fe-7fc7c77d9e8f/?format=api"
        }
    ]
}