GET /api/bet_types/ea5e4a5d-95f8-42cb-8cdb-69546d740347/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea5e4a5d-95f8-42cb-8cdb-69546d740347",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c40f08e-689b-47da-91de-8db98cf6f343/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T08:58:05.854224-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 Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b23345a8-bc01-4128-9f38-23d2b2055f4a",
            "gambit_id": "31b02d68-0f97-4f14-9311-016a9c1b1736",
            "last_updated": "2023-07-17T10:18:27.464443-04:00",
            "created_at": "2023-07-15T08:58:05.855766-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea5e4a5d-95f8-42cb-8cdb-69546d740347/?format=api"
        },
        {
            "id": "2cc4de94-1aed-45b3-becd-e798adfc5a23",
            "gambit_id": "6305c85f-bdf7-4077-a095-9a52ff74f311",
            "last_updated": "2023-07-17T10:18:27.462985-04:00",
            "created_at": "2023-07-15T08:58:05.857341-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea5e4a5d-95f8-42cb-8cdb-69546d740347/?format=api"
        }
    ]
}