GET /api/bet_types/1218410e-003b-4ff0-a7b8-9491d8a09025/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1218410e-003b-4ff0-a7b8-9491d8a09025",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3254582-b24c-4019-bf76-60348d68b984/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-11T09:32:13.759161-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": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "98962bd0-cae0-4714-8c93-1fb817c19cda",
            "gambit_id": "73814bde-7adb-4ba0-945d-b79102c8e0e9",
            "last_updated": "2023-03-13T13:22:04.305723-04:00",
            "created_at": "2023-03-11T09:32:13.762207-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1218410e-003b-4ff0-a7b8-9491d8a09025/?format=api"
        },
        {
            "id": "71661839-4e1e-488d-8e6e-94ff22216221",
            "gambit_id": "2de99df0-7523-426e-b701-b7c8d0777c19",
            "last_updated": "2023-03-13T13:22:04.304257-04:00",
            "created_at": "2023-03-11T09:32:13.760754-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1218410e-003b-4ff0-a7b8-9491d8a09025/?format=api"
        }
    ]
}