GET /api/bet_types/295cbdc6-6a2d-4922-b897-c6226794962d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "295cbdc6-6a2d-4922-b897-c6226794962d",
    "match": "https://api-prod.gambitprofit.com/api/matches/573a4425-d001-4315-b4e5-80a01b349dc1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-14T08:26:58.526610-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",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a213b62-a918-4f15-a8b0-c82b03f22534",
            "gambit_id": "1a0f03e0-b39e-4443-b054-291985fb28db",
            "last_updated": "2023-01-16T10:02:22.485228-05:00",
            "created_at": "2023-01-14T08:26:58.532771-05:00",
            "name": "Game Total Over 6",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/295cbdc6-6a2d-4922-b897-c6226794962d/?format=api"
        },
        {
            "id": "45deb5d7-6773-4716-b803-9eee148ff7bf",
            "gambit_id": "2da06edf-45c0-4b8e-ab63-8b48bda004b4",
            "last_updated": "2023-01-16T10:02:22.482267-05:00",
            "created_at": "2023-01-14T08:26:58.529716-05:00",
            "name": "Game Total Under 6",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/295cbdc6-6a2d-4922-b897-c6226794962d/?format=api"
        }
    ]
}