GET /api/bet_types/aaa53db9-ec48-4535-9469-46d84d207542/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aaa53db9-ec48-4535-9469-46d84d207542",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5914476-5cb9-44f6-8018-e75a00e47f2f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-02T11:52:05.001036-04: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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e16f58d6-ae95-4fa6-acde-3161ec790cfd",
            "gambit_id": "fd883bb9-2ba9-41ad-ad62-91be6debfb77",
            "last_updated": "2023-05-03T12:12:14.132855-04:00",
            "created_at": "2023-05-02T11:52:05.002975-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaa53db9-ec48-4535-9469-46d84d207542/?format=api"
        },
        {
            "id": "0347d947-d307-4698-ab53-833fd3ea8455",
            "gambit_id": "6e2b5364-ab2d-42e0-8c9b-552c3ca85576",
            "last_updated": "2023-05-03T12:12:14.134014-04:00",
            "created_at": "2023-05-02T11:52:05.004997-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaa53db9-ec48-4535-9469-46d84d207542/?format=api"
        }
    ]
}