GET /api/bet_types/89475273-6bcb-46aa-90e2-4bcdad952124/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89475273-6bcb-46aa-90e2-4bcdad952124",
    "match": "https://api-prod.gambitprofit.com/api/matches/52dbb6f7-dab9-42c4-b193-0504e7f6a733/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-30T08:23:04.714136-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": "f10a7723-e6de-4dfc-a935-960435c4e20d",
            "gambit_id": "4008cb69-e070-434f-8d4e-6e6699d6a71a",
            "last_updated": "2023-07-02T11:08:02.467073-04:00",
            "created_at": "2023-06-30T08:23:04.718011-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/89475273-6bcb-46aa-90e2-4bcdad952124/?format=api"
        },
        {
            "id": "a4c29583-8236-4857-b6ee-90a2e0bb32a1",
            "gambit_id": "de315559-9edb-4dab-a244-2e3901f62d4e",
            "last_updated": "2023-07-02T11:08:02.464868-04:00",
            "created_at": "2023-06-30T08:23:04.715886-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/89475273-6bcb-46aa-90e2-4bcdad952124/?format=api"
        }
    ]
}