GET /api/bet_types/3d1c92b4-f1af-421f-9e50-3757cc583e7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d1c92b4-f1af-421f-9e50-3757cc583e7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/27b15c5b-d2ab-407a-83bb-d4632a9f76e3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-23T09:11:57.204002-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 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c551cad-d274-44c0-9ecb-f3ef9697707e",
            "gambit_id": "e98d9afb-d49e-4b8b-9da6-988555383898",
            "last_updated": "2023-01-24T09:36:53.206884-05:00",
            "created_at": "2023-01-23T09:11:57.205856-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d1c92b4-f1af-421f-9e50-3757cc583e7b/?format=api"
        },
        {
            "id": "c30a1200-9edd-4999-9216-149d78ff46f5",
            "gambit_id": "f7424038-4394-41f7-a18d-6ea3b6d42cd9",
            "last_updated": "2023-01-24T09:36:53.207996-05:00",
            "created_at": "2023-01-23T09:11:57.207193-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d1c92b4-f1af-421f-9e50-3757cc583e7b/?format=api"
        }
    ]
}