GET /api/bet_types/9b28234e-1dd9-4150-8070-d3d0169dc355/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b28234e-1dd9-4150-8070-d3d0169dc355",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a471773-a276-4ce7-a7b7-cc1af3a8188f/?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": 5097.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "71f6dcac-2558-428e-825f-decf672f2ee6",
            "gambit_id": "beea3786-3913-4607-9553-64e608d43b4c",
            "last_updated": "2022-11-07T09:08:16.166226-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b28234e-1dd9-4150-8070-d3d0169dc355/?format=api"
        },
        {
            "id": "8261c56c-7899-4e3a-9f1f-948587d7e757",
            "gambit_id": "698ae9e4-eb3c-4d52-b883-52be54134a31",
            "last_updated": "2022-11-07T09:08:16.167409-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b28234e-1dd9-4150-8070-d3d0169dc355/?format=api"
        }
    ]
}