GET /api/bet_types/7448ef64-b330-4c6d-b410-2e8fe21d57be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7448ef64-b330-4c6d-b410-2e8fe21d57be",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7644f34-2228-47ee-8317-bf02304e2e42/?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": 5224.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4776.0
            }
        ],
        "expected_reward_tokens": 9455.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "9efe0db0-2199-4d29-829d-ff35348a851d",
            "gambit_id": "d08b8556-4484-4284-bcf8-c7e0582d66b1",
            "last_updated": "2022-10-13T09:52:26.748258-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7448ef64-b330-4c6d-b410-2e8fe21d57be/?format=api"
        },
        {
            "id": "eb094ad9-86cd-4f8a-89a6-8070c634f489",
            "gambit_id": "cd1e5eb8-bdc9-4fe1-85a7-b93071f0be34",
            "last_updated": "2022-10-13T09:52:26.747128-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7448ef64-b330-4c6d-b410-2e8fe21d57be/?format=api"
        }
    ]
}