GET /api/bet_types/df2de1c5-9416-4900-9dbc-5315d7ac95dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df2de1c5-9416-4900-9dbc-5315d7ac95dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae7b882c-5182-4fe0-a640-edb77327729b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-20T10:51:56.075647-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8816042f-41b5-4bd1-a1c3-cd52ad8f3d68",
            "gambit_id": "3499579f-5672-4ed8-8381-34a7d2615d80",
            "last_updated": "2023-05-22T13:27:22.260358-04:00",
            "created_at": "2023-05-20T10:51:56.078163-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df2de1c5-9416-4900-9dbc-5315d7ac95dd/?format=api"
        },
        {
            "id": "eae105f3-7a4e-4188-b1a6-db7101e3a84e",
            "gambit_id": "009c9b4f-6a4f-4d24-a29d-e1b1426f768b",
            "last_updated": "2023-05-22T13:27:22.262220-04:00",
            "created_at": "2023-05-20T10:51:56.080093-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df2de1c5-9416-4900-9dbc-5315d7ac95dd/?format=api"
        }
    ]
}