GET /api/bet_types/1a4bb121-9a0d-43aa-8db7-7a4b516cbd4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a4bb121-9a0d-43aa-8db7-7a4b516cbd4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fac732c-eff6-4215-8a7d-6f19b59aebdc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-15T09:07:12.506527-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2aa2404e-dbaf-40bd-988a-cd1240d8b017",
            "gambit_id": "a90a517c-ef55-4f56-947a-6a0f3db0fc30",
            "last_updated": "2023-03-16T17:37:22.429532-04:00",
            "created_at": "2023-03-15T09:07:12.508678-04:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a4bb121-9a0d-43aa-8db7-7a4b516cbd4c/?format=api"
        },
        {
            "id": "816bd884-27a9-4f1e-a04d-0f672213ba59",
            "gambit_id": "0f50278f-ebd0-4947-b40b-1c9428b1e938",
            "last_updated": "2023-03-16T17:37:22.431287-04:00",
            "created_at": "2023-03-15T09:07:12.510854-04:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a4bb121-9a0d-43aa-8db7-7a4b516cbd4c/?format=api"
        }
    ]
}