GET /api/bet_types/3240e62e-d8f6-444c-9854-99c8d79d2d3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3240e62e-d8f6-444c-9854-99c8d79d2d3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/89870aa8-be94-4b48-b142-110749203933/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-02T11:52:06.036467-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1bb744cd-252f-4074-8f2f-0bda614ac8af",
            "gambit_id": "52c35655-816b-4c20-806d-8595c467a27c",
            "last_updated": "2023-05-03T12:12:13.959330-04:00",
            "created_at": "2023-05-02T11:52:06.039385-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3240e62e-d8f6-444c-9854-99c8d79d2d3e/?format=api"
        },
        {
            "id": "73bc0d19-4967-4167-bb4e-c9421b7bcc89",
            "gambit_id": "d034eca8-fa95-459b-bf58-e2cbe0c59cf5",
            "last_updated": "2023-05-03T12:12:13.957901-04:00",
            "created_at": "2023-05-02T11:52:06.037836-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3240e62e-d8f6-444c-9854-99c8d79d2d3e/?format=api"
        }
    ]
}