GET /api/bet_types/da84a015-e979-40f4-8f05-e85ae0eb1ff6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da84a015-e979-40f4-8f05-e85ae0eb1ff6",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3702390-de7f-4f8c-8a2f-44efa82d9597/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-18T09:38:24.413588-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 Under 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8aef9ee4-c0d0-4c2d-8e09-1acdbfb2f517",
            "gambit_id": "49264e99-bb41-46fc-a63d-2d6065be5614",
            "last_updated": "2023-11-20T14:58:22.205310-05:00",
            "created_at": "2023-11-18T09:38:24.422599-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da84a015-e979-40f4-8f05-e85ae0eb1ff6/?format=api"
        },
        {
            "id": "e710f5df-a736-4ba0-b061-6eb10723f909",
            "gambit_id": "6f1befe1-fee5-432d-9cd2-d53463380df5",
            "last_updated": "2023-11-20T14:58:22.201922-05:00",
            "created_at": "2023-11-18T09:38:24.417548-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da84a015-e979-40f4-8f05-e85ae0eb1ff6/?format=api"
        }
    ]
}