GET /api/bet_types/83327bfc-22d3-47df-9106-63d47f38533c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83327bfc-22d3-47df-9106-63d47f38533c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e909427-6208-40c3-9e6b-49b19d191091/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T09:32:16.049825-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 Over 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "beaee236-ba60-41fe-82a4-db425d4575ec",
            "gambit_id": "cb2e1275-abbf-45d5-ba4e-6be48bee77c2",
            "last_updated": "2023-04-05T10:12:09.493360-04:00",
            "created_at": "2023-04-04T09:32:16.053031-04:00",
            "name": "Game Total Over 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83327bfc-22d3-47df-9106-63d47f38533c/?format=api"
        },
        {
            "id": "efce7685-5e8a-48f4-ad31-59cb6bfc274a",
            "gambit_id": "be8a7f17-0d9e-4eff-81c3-46601cc64969",
            "last_updated": "2023-04-05T10:12:09.495023-04:00",
            "created_at": "2023-04-04T09:32:16.051390-04:00",
            "name": "Game Total Under 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83327bfc-22d3-47df-9106-63d47f38533c/?format=api"
        }
    ]
}