GET /api/bet_types/2dba7518-38dd-4f7c-9f1c-9d625087891a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2dba7518-38dd-4f7c-9f1c-9d625087891a",
    "match": "https://api-prod.gambitprofit.com/api/matches/49cf9519-1d8e-48b3-a7b9-b0c76a6c4c41/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-24T13:02:10.953526-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "434a3929-d99f-4468-b5d6-ffba1796c841",
            "gambit_id": "f9afd8bd-7211-40b2-a653-7d32c0df67ad",
            "last_updated": "2023-04-25T11:42:18.707816-04:00",
            "created_at": "2023-04-24T13:02:10.955983-04:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dba7518-38dd-4f7c-9f1c-9d625087891a/?format=api"
        },
        {
            "id": "95c6dba7-4f54-4ca7-9089-f801216dc7c5",
            "gambit_id": "aa4a990e-acec-40a0-b8cc-da7d0ca01ffd",
            "last_updated": "2023-04-25T11:42:18.710970-04:00",
            "created_at": "2023-04-24T13:02:10.958315-04:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dba7518-38dd-4f7c-9f1c-9d625087891a/?format=api"
        }
    ]
}