GET /api/bet_types/5b501e59-3e20-4813-9f3f-fd0b26b1d255/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b501e59-3e20-4813-9f3f-fd0b26b1d255",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fec77b3-24e9-43ea-9e76-82cc479f56c0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T09:32:17.030145-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b404d11-4393-4984-b66b-cb8f70312fbd",
            "gambit_id": "64d2ad54-dc45-48e5-aefe-581b4e8244ee",
            "last_updated": "2023-04-05T17:37:09.309373-04:00",
            "created_at": "2023-04-04T09:32:17.033533-04:00",
            "name": "Game Total Over 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b501e59-3e20-4813-9f3f-fd0b26b1d255/?format=api"
        },
        {
            "id": "fc315a6f-dbf4-4be9-9b8d-790a04d43f3d",
            "gambit_id": "29072a9f-3f1a-458b-b6bc-e24769195d05",
            "last_updated": "2023-04-05T17:37:09.308091-04:00",
            "created_at": "2023-04-04T09:32:17.031986-04:00",
            "name": "Game Total Under 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b501e59-3e20-4813-9f3f-fd0b26b1d255/?format=api"
        }
    ]
}