GET /api/bet_types/59553405-7aa9-4705-89bd-038274b661ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59553405-7aa9-4705-89bd-038274b661ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/b715a225-eb26-4d3e-b175-ef2283ff540f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-04T10:52:11.020644-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 Under 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2cbae054-b4e1-43bb-b81a-5ef54c968ac4",
            "gambit_id": "87b92242-5b45-4eea-9ac7-19566f9d461a",
            "last_updated": "2023-05-05T11:47:10.133781-04:00",
            "created_at": "2023-05-04T10:52:11.022019-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59553405-7aa9-4705-89bd-038274b661ea/?format=api"
        },
        {
            "id": "c65103a8-d0e3-46c8-b85d-7711e631b19d",
            "gambit_id": "5d0de272-ae9f-47c7-8872-b44462328f03",
            "last_updated": "2023-05-05T11:47:10.135906-04:00",
            "created_at": "2023-05-04T10:52:11.023365-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59553405-7aa9-4705-89bd-038274b661ea/?format=api"
        }
    ]
}