GET /api/bet_types/9a85d343-07e0-4831-a4df-c29479880f94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a85d343-07e0-4831-a4df-c29479880f94",
    "match": "https://api-prod.gambitprofit.com/api/matches/dacfb6ee-11f9-44ab-ba55-f87a44b771d8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-12T10:03:09.824701-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4141fdf0-00d6-421e-958d-25c7d93e9275",
            "gambit_id": "cafd2f51-7973-4ef7-8070-bb18db4ef14c",
            "last_updated": "2023-12-14T10:28:38.165345-05:00",
            "created_at": "2023-12-12T10:03:09.832989-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a85d343-07e0-4831-a4df-c29479880f94/?format=api"
        },
        {
            "id": "09372450-78e4-4097-b007-31340c111c4f",
            "gambit_id": "8639ae63-585d-421c-adc0-5892eaf38b86",
            "last_updated": "2023-12-14T10:28:38.168651-05:00",
            "created_at": "2023-12-12T10:03:09.828074-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a85d343-07e0-4831-a4df-c29479880f94/?format=api"
        }
    ]
}