GET /api/bet_types/1f367ff4-edef-4787-89ca-11af7aa7249d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f367ff4-edef-4787-89ca-11af7aa7249d",
    "match": "https://api-prod.gambitprofit.com/api/matches/40ce23cb-131f-4f2c-b1e5-f3475424e667/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-29T08:42:07.456002-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 238.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e218369b-ffcd-47a9-9f30-fad652bd52fd",
            "gambit_id": "7411ace9-bab9-408b-8ed8-21a902edd550",
            "last_updated": "2023-01-05T19:07:13.513302-05:00",
            "created_at": "2022-12-29T08:42:07.458450-05:00",
            "name": "Game Total Over 238.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f367ff4-edef-4787-89ca-11af7aa7249d/?format=api"
        },
        {
            "id": "5ccfb892-cd33-4ffb-abb7-382df69eee9b",
            "gambit_id": "c0ec0cb6-cb36-44f7-af3d-cd588661f10a",
            "last_updated": "2023-01-05T19:07:13.512140-05:00",
            "created_at": "2022-12-29T08:42:07.457220-05:00",
            "name": "Game Total Under 238.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f367ff4-edef-4787-89ca-11af7aa7249d/?format=api"
        }
    ]
}