GET /api/bet_types/e4104e39-d161-4fee-8868-de6725df2cfe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4104e39-d161-4fee-8868-de6725df2cfe",
    "match": "https://api-prod.gambitprofit.com/api/matches/9397c545-bd99-46ea-8641-fdfdda564445/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-09T11:02:12.866977-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 Over 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d66a18f5-3a52-4d91-bbf5-1ad6f19d2efd",
            "gambit_id": "f65369d3-eb83-4cff-ab7a-5933d342de72",
            "last_updated": "2023-03-10T10:32:02.314399-05:00",
            "created_at": "2023-03-09T11:02:12.871762-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4104e39-d161-4fee-8868-de6725df2cfe/?format=api"
        },
        {
            "id": "bb71f22f-c953-4a31-8bf2-397ca56917ec",
            "gambit_id": "b744853c-9cf6-4c94-84fa-68b24313b7d0",
            "last_updated": "2023-03-10T10:32:02.313061-05:00",
            "created_at": "2023-03-09T11:02:12.869346-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4104e39-d161-4fee-8868-de6725df2cfe/?format=api"
        }
    ]
}