GET /api/bet_types/7881e328-3f79-450e-b070-2b3c2a4061a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7881e328-3f79-450e-b070-2b3c2a4061a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c270d09-8bbf-470c-803b-31d1b8f998b1/?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 Over 2.5",
                "amount": 5924.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4076.0
            }
        ],
        "expected_reward_tokens": 8885.68,
        "profit_sb": -114.32,
        "profit_sb_percentage": -1.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7f2d789-b743-49a7-9587-6d9082cefc15",
            "gambit_id": "2e98374e-d033-4b86-88b4-9764ad143503",
            "last_updated": "2022-08-16T09:37:02.113634-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.50000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7881e328-3f79-450e-b070-2b3c2a4061a3/?format=api"
        },
        {
            "id": "b3fcf5e4-edbe-4fa1-b218-1ee0bc6b691f",
            "gambit_id": "35413070-d503-49c7-bd53-b0f8b19add7a",
            "last_updated": "2022-08-16T09:37:02.113034-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7881e328-3f79-450e-b070-2b3c2a4061a3/?format=api"
        }
    ]
}