GET /api/bet_types/ede77323-4984-4972-9b74-4d7b1dc53972/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ede77323-4984-4972-9b74-4d7b1dc53972",
    "match": "https://api-prod.gambitprofit.com/api/matches/7944937b-87b9-48d4-bbaf-d42a02247fd4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-10T09:02:08.725073-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 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8683898b-3982-43d3-809e-7083a7386c67",
            "gambit_id": "6fbaf8cf-a53d-4a50-bd7f-8cef624100d0",
            "last_updated": "2023-02-11T17:57:01.896650-05:00",
            "created_at": "2023-02-10T09:02:08.726401-05:00",
            "name": "Game Total Under 223",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ede77323-4984-4972-9b74-4d7b1dc53972/?format=api"
        },
        {
            "id": "4eb6627d-2556-4d65-9868-8736a69bfd7b",
            "gambit_id": "963f5c2a-2cd2-4841-b51f-023ee842660f",
            "last_updated": "2023-02-11T17:57:01.897987-05:00",
            "created_at": "2023-02-10T09:02:08.727780-05:00",
            "name": "Game Total Over 223",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ede77323-4984-4972-9b74-4d7b1dc53972/?format=api"
        }
    ]
}