GET /api/bet_types/d9ce567e-91a4-436d-ad79-8324d19d4808/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9ce567e-91a4-436d-ad79-8324d19d4808",
    "match": "https://api-prod.gambitprofit.com/api/matches/5511a2ad-1c81-4c53-b254-44ebc2deb3a4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T09:56:47.791847-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 Under 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "db5bd418-d1e6-45c0-a1d3-1e9087ad9029",
            "gambit_id": "872db911-b7ba-4260-978b-8149904f061f",
            "last_updated": "2023-04-01T10:22:13.842476-04:00",
            "created_at": "2023-03-31T09:56:47.793999-04:00",
            "name": "Game Total Under 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9ce567e-91a4-436d-ad79-8324d19d4808/?format=api"
        },
        {
            "id": "dacfced7-4b13-4509-a218-c8b429bb48aa",
            "gambit_id": "5ebe7f4b-5584-4cae-be95-2ea3be2707f5",
            "last_updated": "2023-04-01T10:22:13.844482-04:00",
            "created_at": "2023-03-31T09:56:47.797050-04:00",
            "name": "Game Total Over 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9ce567e-91a4-436d-ad79-8324d19d4808/?format=api"
        }
    ]
}