GET /api/bet_types/90eeaebf-b3c9-4a94-afde-d15ade0d0ca8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90eeaebf-b3c9-4a94-afde-d15ade0d0ca8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a33dd07e-ce69-4fdc-901c-c55517d3277e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-01T09:22:01.492065-05: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 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba71c4fa-d229-4498-9481-08f79951db0d",
            "gambit_id": "9e16eac5-7c39-4cd8-9fe0-96129c62a4ac",
            "last_updated": "2023-01-02T12:47:00.887010-05:00",
            "created_at": "2023-01-01T09:22:01.493247-05:00",
            "name": "Game Total Under 43.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90eeaebf-b3c9-4a94-afde-d15ade0d0ca8/?format=api"
        },
        {
            "id": "f7b1f8eb-bf81-448b-9c9f-fcea7b6ba9b2",
            "gambit_id": "0646176f-a12f-4fd1-a738-39be98c9aa93",
            "last_updated": "2023-01-02T12:47:00.888146-05:00",
            "created_at": "2023-01-01T09:22:01.494480-05:00",
            "name": "Game Total Over 43.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90eeaebf-b3c9-4a94-afde-d15ade0d0ca8/?format=api"
        }
    ]
}