GET /api/bet_types/1a45c8d2-1e31-4ff6-b450-9b627037452f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a45c8d2-1e31-4ff6-b450-9b627037452f",
    "match": "https://api-prod.gambitprofit.com/api/matches/03e44e85-b456-44c8-b8ab-f032216e798e/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 5127.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4873.0
            }
        ],
        "expected_reward_tokens": 8818.44,
        "profit_sb": -181.56,
        "profit_sb_percentage": -2.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "964e3408-5597-456f-a24b-c7ad75583a52",
            "gambit_id": "b4977dab-dc1f-4b58-a55b-fca158faa877",
            "last_updated": "2022-08-29T14:32:22.643677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a45c8d2-1e31-4ff6-b450-9b627037452f/?format=api"
        },
        {
            "id": "67225f0d-d39e-4817-b03e-c0bcb5b93384",
            "gambit_id": "1e13c7ca-8390-4d9e-bb49-abdaac663eeb",
            "last_updated": "2022-08-29T14:32:22.643150-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.81000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a45c8d2-1e31-4ff6-b450-9b627037452f/?format=api"
        }
    ]
}