GET /api/bet_types/bcd3adcd-d605-41ac-baa7-736330e2af52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcd3adcd-d605-41ac-baa7-736330e2af52",
    "match": "https://api-prod.gambitprofit.com/api/matches/56bd56f3-10d0-451a-a885-a6b24c97e459/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-16T09:47:05.977232-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ad35ace-ec04-44c3-aaf9-25995e44c060",
            "gambit_id": "6b6a40a2-e2e9-4200-b8ad-ed2ee8e8becf",
            "last_updated": "2023-05-18T11:47:15.523339-04:00",
            "created_at": "2023-05-16T09:47:05.981102-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcd3adcd-d605-41ac-baa7-736330e2af52/?format=api"
        },
        {
            "id": "f5721537-872e-4bdd-a9f1-16b2bab5b677",
            "gambit_id": "d10375a5-4ebc-4afa-8241-aa66eb3ddaf6",
            "last_updated": "2023-05-18T11:47:15.522102-04:00",
            "created_at": "2023-05-16T09:47:05.979235-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcd3adcd-d605-41ac-baa7-736330e2af52/?format=api"
        }
    ]
}