GET /api/bet_types/e81ee827-9d80-483e-88ad-2f1cd34f31df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e81ee827-9d80-483e-88ad-2f1cd34f31df",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ec8c8b7-5068-4442-a104-45b909c157a3/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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.5",
                "amount": 5304.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b170782-3db1-498f-a39a-2838ff054a7b",
            "gambit_id": "7ce033cd-1132-4cd4-b1eb-2bbf730231ea",
            "last_updated": "2022-11-07T09:12:51.013227-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e81ee827-9d80-483e-88ad-2f1cd34f31df/?format=api"
        },
        {
            "id": "3d039072-aafe-446c-bfb3-0f22f895d5bb",
            "gambit_id": "7f017ab0-8bb2-48c8-b953-df913b7ea118",
            "last_updated": "2022-11-07T09:12:51.014177-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e81ee827-9d80-483e-88ad-2f1cd34f31df/?format=api"
        }
    ]
}