GET /api/bet_types/10e65105-f3ef-4205-bddf-dddc4c111687/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10e65105-f3ef-4205-bddf-dddc4c111687",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8a17798-5eee-4ead-80dd-835db71c0d12/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-05T08:52:55.752027-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": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "61c935e9-a5cb-4028-bb89-a0d59acf72bc",
            "gambit_id": "056a8178-5f09-4c1e-b86d-9d1f05e644c6",
            "last_updated": "2023-12-06T22:08:03.934642-05:00",
            "created_at": "2023-12-05T08:52:55.757039-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10e65105-f3ef-4205-bddf-dddc4c111687/?format=api"
        },
        {
            "id": "bcb3d922-5544-4d64-b14e-737ce5dab6d9",
            "gambit_id": "c87bdf03-5bac-4067-bb89-734e9d62825a",
            "last_updated": "2023-12-06T22:08:03.938248-05:00",
            "created_at": "2023-12-05T08:52:55.762197-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10e65105-f3ef-4205-bddf-dddc4c111687/?format=api"
        }
    ]
}