GET /api/bet_types/84e36798-9226-4c79-8d5a-5dcb58cd0579/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84e36798-9226-4c79-8d5a-5dcb58cd0579",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7ab1717-40da-4a5d-b07a-62dbfe458c5d/?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 2.5",
                "amount": 5552.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4448.0
            }
        ],
        "expected_reward_tokens": 8716.64,
        "profit_sb": -283.36,
        "profit_sb_percentage": -3.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "60de071d-e41b-4bd7-95c3-a056afa2ca09",
            "gambit_id": "71519b98-c6d6-4701-8882-a4f55a23a85e",
            "last_updated": "2022-11-28T11:52:10.225437-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.57000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84e36798-9226-4c79-8d5a-5dcb58cd0579/?format=api"
        },
        {
            "id": "11b16d87-a490-4205-8ef2-8f65f1968dba",
            "gambit_id": "867351b4-4941-4582-b0e3-b85f0a27ff75",
            "last_updated": "2022-11-28T11:52:10.226615-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84e36798-9226-4c79-8d5a-5dcb58cd0579/?format=api"
        }
    ]
}