GET /api/bet_types/7925ae42-55b8-44d2-abc1-d0083976bd5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7925ae42-55b8-44d2-abc1-d0083976bd5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b0ca952-43a9-4bce-92bc-1914118af553/?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 6",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "b51cfcf7-7440-4526-8a21-05c556e4a24d",
            "gambit_id": "70e582bb-9f86-4ec2-84f7-6f459a41333b",
            "last_updated": "2022-12-19T19:36:50.206782-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7925ae42-55b8-44d2-abc1-d0083976bd5f/?format=api"
        },
        {
            "id": "6a032e47-87b1-4291-83fb-0f53ebd776bc",
            "gambit_id": "41ca6168-ae1f-4939-8d89-3bb16456b271",
            "last_updated": "2022-12-19T19:36:50.205653-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7925ae42-55b8-44d2-abc1-d0083976bd5f/?format=api"
        }
    ]
}