GET /api/bet_types/9a23d5bf-d44b-4326-bc23-5a5bc6d25537/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a23d5bf-d44b-4326-bc23-5a5bc6d25537",
    "match": "https://api-prod.gambitprofit.com/api/matches/731cd39e-2cf1-4e01-ad47-cf9634148888/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-27T11:51:59.884203-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 Over 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bdf78d6b-67b7-4b83-853a-9901899cd074",
            "gambit_id": "b50aa5e8-6473-444f-bb2d-a599b45a2670",
            "last_updated": "2023-04-28T11:22:26.949841-04:00",
            "created_at": "2023-04-27T11:51:59.887073-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a23d5bf-d44b-4326-bc23-5a5bc6d25537/?format=api"
        },
        {
            "id": "b13b49c7-b1d2-4705-848f-b3f7ec1a7340",
            "gambit_id": "c11e76b8-5b8a-4c3e-8034-33faaa34c66b",
            "last_updated": "2023-04-28T11:22:26.947940-04:00",
            "created_at": "2023-04-27T11:51:59.885582-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a23d5bf-d44b-4326-bc23-5a5bc6d25537/?format=api"
        }
    ]
}