GET /api/bet_types/f4108b53-6b17-4974-92e5-8a4abfd29cbf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4108b53-6b17-4974-92e5-8a4abfd29cbf",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5756647-257b-41bf-8bf7-d6dc261b67b0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-01T18:08:09.062441-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4071fd1c-c247-437b-bc99-5fad0edff08a",
            "gambit_id": "fd1287b4-0e7d-4206-9a3a-fba3632c6bec",
            "last_updated": "2023-08-02T18:58:02.250588-04:00",
            "created_at": "2023-08-01T18:08:09.074563-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4108b53-6b17-4974-92e5-8a4abfd29cbf/?format=api"
        },
        {
            "id": "eb93df91-d1f6-4a2e-9dc9-32309e91cd46",
            "gambit_id": "4fab43af-207b-4014-ac26-7730cb5231c2",
            "last_updated": "2023-08-02T18:58:02.255492-04:00",
            "created_at": "2023-08-01T18:08:09.067918-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4108b53-6b17-4974-92e5-8a4abfd29cbf/?format=api"
        }
    ]
}