GET /api/bet_types/4ddff447-c60a-44f1-bc04-ac70d46ca62e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ddff447-c60a-44f1-bc04-ac70d46ca62e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e38827b-27e2-42f8-8303-e49b97df9a70/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 7",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "a859204e-679f-4154-ac70-0deedae509d4",
            "gambit_id": "e6523986-6389-449e-aba9-7b1048166996",
            "last_updated": "2022-10-13T09:47:24.557134-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ddff447-c60a-44f1-bc04-ac70d46ca62e/?format=api"
        },
        {
            "id": "de9e0075-de3b-4906-97f1-0573536cd9ee",
            "gambit_id": "38e9c627-81c9-4825-8a3c-de9dd644a5e3",
            "last_updated": "2022-10-13T09:47:24.558226-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ddff447-c60a-44f1-bc04-ac70d46ca62e/?format=api"
        }
    ]
}