GET /api/bet_types/13731afa-f5b8-4cdc-9312-8e2d1c1b6240/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13731afa-f5b8-4cdc-9312-8e2d1c1b6240",
    "match": "https://api-prod.gambitprofit.com/api/matches/89bf4ce1-0bf0-4baa-b803-b0b3fd7b48f8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-25T13:47:02.949023-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 5.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "be6732b2-a086-4ebd-b954-68506d6e4df1",
            "gambit_id": "76d2a345-fbeb-4ce0-b55b-dbe614c814d2",
            "last_updated": "2023-05-26T11:52:15.738025-04:00",
            "created_at": "2023-05-25T13:47:02.953653-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13731afa-f5b8-4cdc-9312-8e2d1c1b6240/?format=api"
        },
        {
            "id": "a041171b-4254-4258-ae34-264368332d6e",
            "gambit_id": "576f7b09-e898-4695-9941-65786e6d80ba",
            "last_updated": "2023-05-26T11:52:15.735272-04:00",
            "created_at": "2023-05-25T13:47:02.951237-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13731afa-f5b8-4cdc-9312-8e2d1c1b6240/?format=api"
        }
    ]
}