GET /api/bet_types/93267948-1e7e-4f06-8cf0-1632e51d4393/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93267948-1e7e-4f06-8cf0-1632e51d4393",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c014a19-9f95-4a41-807f-785404e3479a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T11:13:05.360918-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 43",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a792f41-a46f-47c5-8329-1e65ad638463",
            "gambit_id": "27b879ac-e59e-4f85-b838-750f3947d938",
            "last_updated": "2023-12-26T20:08:03.908842-05:00",
            "created_at": "2023-12-20T11:13:05.365522-05:00",
            "name": "Game Total Over 43",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93267948-1e7e-4f06-8cf0-1632e51d4393/?format=api"
        },
        {
            "id": "190b98bc-fd10-4d14-9994-299b971223f8",
            "gambit_id": "7dd23075-23e7-442f-9dd3-060e5c1e1f1d",
            "last_updated": "2023-12-26T20:08:03.911882-05:00",
            "created_at": "2023-12-20T11:13:05.369387-05:00",
            "name": "Game Total Under 43",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93267948-1e7e-4f06-8cf0-1632e51d4393/?format=api"
        }
    ]
}