GET /api/bet_types/9ddc0413-2e0a-4d84-a074-28d4c7514860/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ddc0413-2e0a-4d84-a074-28d4c7514860",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4356ed4-afa0-4e2e-8fbe-254d928b6e0f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-13T09:32:19.164010-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 5",
                "amount": 5512.0
            },
            {
                "team": "Game Total Under 5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "70c83231-b2d4-4080-a28e-8b5ff8265665",
            "gambit_id": "db02d31c-fe7d-42c8-8ca1-c74a42a6bb70",
            "last_updated": "2023-04-14T12:02:22.653260-04:00",
            "created_at": "2023-04-13T09:32:19.166890-04:00",
            "name": "Game Total Over 5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ddc0413-2e0a-4d84-a074-28d4c7514860/?format=api"
        },
        {
            "id": "90ebda40-3b04-4edb-9b39-cfa22ee4ee9a",
            "gambit_id": "44cc8f49-01f0-4dbf-8f7d-adae2daca0f9",
            "last_updated": "2023-04-14T12:02:22.651758-04:00",
            "created_at": "2023-04-13T09:32:19.165406-04:00",
            "name": "Game Total Under 5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ddc0413-2e0a-4d84-a074-28d4c7514860/?format=api"
        }
    ]
}