GET /api/bet_types/5d8ed167-8cd9-4cec-9b45-07dea0b53d8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d8ed167-8cd9-4cec-9b45-07dea0b53d8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/95a4159c-e284-4c83-af7f-7372b27c8e95/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-11T09:38:16.013820-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "126f880e-fe46-441a-b3c5-6625c0e720be",
            "gambit_id": "2cd54725-6f8e-40b3-9b1f-f73098e1eef3",
            "last_updated": "2024-01-15T09:48:15.389204-05:00",
            "created_at": "2024-01-11T09:38:16.018736-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8ed167-8cd9-4cec-9b45-07dea0b53d8e/?format=api"
        },
        {
            "id": "bd12c79d-39cf-4cd0-86bb-45a8dd37d7f5",
            "gambit_id": "926d3f52-be2a-4387-a380-284d41d1ef17",
            "last_updated": "2024-01-15T09:48:15.392357-05:00",
            "created_at": "2024-01-11T09:38:16.023827-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8ed167-8cd9-4cec-9b45-07dea0b53d8e/?format=api"
        }
    ]
}