GET /api/bet_types/723dbdeb-37a9-4213-822c-4bb6ed5b98f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "723dbdeb-37a9-4213-822c-4bb6ed5b98f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2bdde37-1914-4a23-9885-e08a243fe907/?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 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4b907d3-9b01-46ea-9122-5ba03deb0b89",
            "gambit_id": "dbb7e296-1871-4f16-9fc5-7a740e084d8c",
            "last_updated": "2022-12-10T18:42:00.711088-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 224",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/723dbdeb-37a9-4213-822c-4bb6ed5b98f7/?format=api"
        },
        {
            "id": "f5acd3d0-a508-4d68-a6c3-cbf7c4653dcc",
            "gambit_id": "de1912cb-fffd-491e-82df-aca43e76bdeb",
            "last_updated": "2022-12-10T18:42:00.712198-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 224",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/723dbdeb-37a9-4213-822c-4bb6ed5b98f7/?format=api"
        }
    ]
}