GET /api/bet_types/46f4fe28-13c4-4649-9f05-1f59f1068d2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46f4fe28-13c4-4649-9f05-1f59f1068d2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4da4af06-4993-4fdb-b1d8-260a72b1d57d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-01T09:08:17.325313-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 8.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "420f1b5f-9dd7-4e72-a366-33261c898a29",
            "gambit_id": "29300334-1a8e-4a58-8781-4c076977b6ce",
            "last_updated": "2023-11-02T10:13:21.656688-04:00",
            "created_at": "2023-11-01T09:08:17.342940-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46f4fe28-13c4-4649-9f05-1f59f1068d2e/?format=api"
        },
        {
            "id": "e1f3f6be-a171-4c5d-9dca-f1cabac99aa2",
            "gambit_id": "626c5e4c-4509-4924-b1a1-740be03e582c",
            "last_updated": "2023-11-02T10:13:21.653591-04:00",
            "created_at": "2023-11-01T09:08:17.337948-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46f4fe28-13c4-4649-9f05-1f59f1068d2e/?format=api"
        }
    ]
}