GET /api/bet_types/2192cf7f-e200-4494-baf3-da28d34c9ce3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2192cf7f-e200-4494-baf3-da28d34c9ce3",
    "match": "https://api-prod.gambitprofit.com/api/matches/59fe4190-f8cc-44ed-addd-3cbb0999949d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T09:01:57.377451-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": "5035a009-c0ef-4fad-999f-3b02fdea1572",
            "gambit_id": "e899cbcf-32bb-4cd8-b834-8c0f6fde3f36",
            "last_updated": "2023-04-09T11:37:23.603518-04:00",
            "created_at": "2023-04-08T09:01:57.380832-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/2192cf7f-e200-4494-baf3-da28d34c9ce3/?format=api"
        },
        {
            "id": "7214f31b-a687-4219-bc3a-8eb32dbf7d22",
            "gambit_id": "32288899-a4d6-4b78-be26-b96b8352fcb1",
            "last_updated": "2023-04-09T11:37:23.606214-04:00",
            "created_at": "2023-04-08T09:01:57.383928-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/2192cf7f-e200-4494-baf3-da28d34c9ce3/?format=api"
        }
    ]
}