GET /api/bet_types/3895457f-dfca-400f-a6df-7b43dae9c19e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3895457f-dfca-400f-a6df-7b43dae9c19e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cfaa6d8-1838-4390-886c-54ac00c83c18/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-27T08:13:18.604036-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 Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce9afd91-554f-4c2e-8060-c1338f03564e",
            "gambit_id": "7f7ba808-63f1-42ef-9b77-8198c7b5fdeb",
            "last_updated": "2023-08-29T09:08:32.323884-04:00",
            "created_at": "2023-08-27T08:13:18.607574-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3895457f-dfca-400f-a6df-7b43dae9c19e/?format=api"
        },
        {
            "id": "38080dc8-efa7-4bf9-92ae-874eb58ae84e",
            "gambit_id": "a33272d1-0624-4fc6-aa5a-3cdab64a380d",
            "last_updated": "2023-08-29T09:08:32.327244-04:00",
            "created_at": "2023-08-27T08:13:18.611248-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3895457f-dfca-400f-a6df-7b43dae9c19e/?format=api"
        }
    ]
}