GET /api/bet_types/75659f8c-c329-44e2-9e1c-a32a7765855e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75659f8c-c329-44e2-9e1c-a32a7765855e",
    "match": "https://api-prod.gambitprofit.com/api/matches/90b3e08e-7abe-4b92-a8cc-7b7cc1733e4a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-06T08:32:15.865715-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 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec2c2b24-2caa-40b2-a934-b9137f506d25",
            "gambit_id": "efd58b4e-571c-4a95-a526-5c473c04e5d4",
            "last_updated": "2023-02-07T10:22:15.473587-05:00",
            "created_at": "2023-02-06T08:32:15.867091-05:00",
            "name": "Game Total Under 222.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75659f8c-c329-44e2-9e1c-a32a7765855e/?format=api"
        },
        {
            "id": "05fd25d7-2cbe-41f7-bf9e-c6f6935187cd",
            "gambit_id": "92194054-4a6c-49de-9209-574b3272c8fa",
            "last_updated": "2023-02-07T10:22:15.474841-05:00",
            "created_at": "2023-02-06T08:32:15.868398-05:00",
            "name": "Game Total Over 222.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75659f8c-c329-44e2-9e1c-a32a7765855e/?format=api"
        }
    ]
}