GET /api/bet_types/ba752385-e5a8-43b6-979d-790af25232fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba752385-e5a8-43b6-979d-790af25232fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f398bba-a2ff-4e95-bd0d-1f78b1ff44f7/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-14T09:53:16.932293-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 246.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 246.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f2e7ee52-0a81-4504-95d5-2f0736cbde95",
            "gambit_id": "0b94b707-0da5-4791-92a8-bdc44790c5f1",
            "last_updated": "2024-01-16T22:58:18.283899-05:00",
            "created_at": "2024-01-14T09:53:16.936340-05:00",
            "name": "Game Total Over 246.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba752385-e5a8-43b6-979d-790af25232fd/?format=api"
        },
        {
            "id": "6a3f041f-e2d9-41cd-bfea-544a6439f484",
            "gambit_id": "6067af3b-07fd-4855-96db-5fe6b0a5eaa2",
            "last_updated": "2024-01-16T22:58:18.287092-05:00",
            "created_at": "2024-01-14T09:53:16.940714-05:00",
            "name": "Game Total Under 246.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba752385-e5a8-43b6-979d-790af25232fd/?format=api"
        }
    ]
}