GET /api/bet_types/7481d1fe-64af-484a-9d8b-39402868b81a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7481d1fe-64af-484a-9d8b-39402868b81a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3fe84f7-700f-483a-aa0b-57703f3eb9ee/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-01T10:22:12.962614-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 Under 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4ce6082-9351-4fd3-8adf-1b7683bd2b1a",
            "gambit_id": "afa9f978-ed63-4ca9-99f0-4466bcfe2f53",
            "last_updated": "2023-04-02T10:52:12.356914-04:00",
            "created_at": "2023-04-01T10:22:12.964378-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7481d1fe-64af-484a-9d8b-39402868b81a/?format=api"
        },
        {
            "id": "23d1a2a6-bd59-4325-817c-ddb02434712d",
            "gambit_id": "230bc0ab-bd65-4478-a760-e2245745002a",
            "last_updated": "2023-04-02T10:52:12.359476-04:00",
            "created_at": "2023-04-01T10:22:12.966413-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7481d1fe-64af-484a-9d8b-39402868b81a/?format=api"
        }
    ]
}