GET /api/bet_types/70cc6301-92dc-4233-88e1-d6f69748f763/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70cc6301-92dc-4233-88e1-d6f69748f763",
    "match": "https://api-prod.gambitprofit.com/api/matches/34a13acc-063b-483f-ba80-79f2af42f164/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-16T09:03:06.122410-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": "3ab5afed-5522-45c9-b843-3fab972e5243",
            "gambit_id": "7341b8ab-bcb7-4573-a4cf-08c40b803e34",
            "last_updated": "2024-01-19T11:48:29.474009-05:00",
            "created_at": "2024-01-16T09:03:06.134144-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/70cc6301-92dc-4233-88e1-d6f69748f763/?format=api"
        },
        {
            "id": "dd306265-cf55-443f-af43-c6c2c0bab9ba",
            "gambit_id": "0d327982-1975-4390-b202-e8843cd27eb8",
            "last_updated": "2024-01-19T11:48:29.470620-05:00",
            "created_at": "2024-01-16T09:03:06.128252-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/70cc6301-92dc-4233-88e1-d6f69748f763/?format=api"
        }
    ]
}