GET /api/bet_types/cdc0330a-ee2c-49f0-9fe1-b699febef4d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdc0330a-ee2c-49f0-9fe1-b699febef4d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/8404fa34-c252-4a03-8c86-787bb566fe88/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-16T09:28:07.644193-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "77299584-5e0c-4b4e-ba54-ac853d06a29f",
            "gambit_id": "6bac039b-d733-4310-a5f3-5705b49f430d",
            "last_updated": "2023-11-17T23:33:12.240268-05:00",
            "created_at": "2023-11-16T09:28:07.652630-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdc0330a-ee2c-49f0-9fe1-b699febef4d4/?format=api"
        },
        {
            "id": "caf022ce-d1bd-45ac-ac4b-095fbbe46504",
            "gambit_id": "9ccfa03f-6207-4515-9672-d5a7c3472b6b",
            "last_updated": "2023-11-17T23:33:12.236930-05:00",
            "created_at": "2023-11-16T09:28:07.647776-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdc0330a-ee2c-49f0-9fe1-b699febef4d4/?format=api"
        }
    ]
}