GET /api/bet_types/07be0cce-44c0-45c8-b1db-7633b3c4ddcc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07be0cce-44c0-45c8-b1db-7633b3c4ddcc",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9836d40-9ce3-44c0-b159-b69760765664/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-01T09:47:54.529796-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 Over 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b1b22e43-045f-4876-a218-455f4d7c66e2",
            "gambit_id": "aee4b697-7c4a-4c1c-86e8-68b54af31190",
            "last_updated": "2023-12-02T09:37:59.760284-05:00",
            "created_at": "2023-12-01T09:47:54.533560-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07be0cce-44c0-45c8-b1db-7633b3c4ddcc/?format=api"
        },
        {
            "id": "a3b2fa51-dc87-47dd-b6c7-4de0c862f53e",
            "gambit_id": "20db1491-86e9-4892-b522-41477887629c",
            "last_updated": "2023-12-02T09:37:59.763797-05:00",
            "created_at": "2023-12-01T09:47:54.538116-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07be0cce-44c0-45c8-b1db-7633b3c4ddcc/?format=api"
        }
    ]
}