GET /api/bet_types/766c0717-3e0c-4873-95f0-f7ffbb91aab0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "766c0717-3e0c-4873-95f0-f7ffbb91aab0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8644cb34-98d7-450e-865e-6c106c48459e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-12T08:22:02.929776-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 Over 6.5",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "d74fc8de-9765-4584-b5ab-d0e342716c7e",
            "gambit_id": "22fb58f4-82e0-4dd4-8e29-0772f6ec0b08",
            "last_updated": "2023-01-13T11:47:21.525652-05:00",
            "created_at": "2023-01-12T08:22:02.932132-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/766c0717-3e0c-4873-95f0-f7ffbb91aab0/?format=api"
        },
        {
            "id": "250397f7-ed75-4863-93ad-3bd70d29fb70",
            "gambit_id": "5f82cbc5-eff9-4f2f-9b75-32d41d5897a5",
            "last_updated": "2023-01-13T11:47:21.524552-05:00",
            "created_at": "2023-01-12T08:22:02.930938-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/766c0717-3e0c-4873-95f0-f7ffbb91aab0/?format=api"
        }
    ]
}