GET /api/bet_types/526b9123-8889-4d1f-8974-3ee999839a53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "526b9123-8889-4d1f-8974-3ee999839a53",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5e209b6-9b74-4595-ac54-d2d5d558d8b0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-24T11:07:04.305096-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": "Total Rounds Over 2.5",
                "amount": 6807.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3193.0
            }
        ],
        "expected_reward_tokens": 9323.56,
        "profit_sb": -176.44,
        "profit_sb_percentage": -1.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0b9f000-a0ed-4007-9bff-e2173cf31799",
            "gambit_id": "c81638b5-d529-469f-96ad-f2a5ff22b788",
            "last_updated": "2023-03-27T11:51:56.841934-04:00",
            "created_at": "2023-03-24T11:07:04.308536-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/526b9123-8889-4d1f-8974-3ee999839a53/?format=api"
        },
        {
            "id": "de9638d8-072d-4fbe-a536-ea3f7962b401",
            "gambit_id": "2d3596f5-28a6-4830-9298-e7f232d1918a",
            "last_updated": "2023-03-27T11:51:56.839085-04:00",
            "created_at": "2023-03-24T11:07:04.306913-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/526b9123-8889-4d1f-8974-3ee999839a53/?format=api"
        }
    ]
}