GET /api/bet_types/00a52973-aa01-451b-a89b-623ecef9f659/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00a52973-aa01-451b-a89b-623ecef9f659",
    "match": "https://api-prod.gambitprofit.com/api/matches/862c4050-b12b-4054-b99c-dd6dd886fc01/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-23T09:43:23.416154-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": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8009a8ba-3666-414a-9640-aa0c9b5ddb2a",
            "gambit_id": "fae46065-4cb9-4589-b895-2ba42b09ad3b",
            "last_updated": "2024-01-24T22:23:12.902255-05:00",
            "created_at": "2024-01-23T09:43:23.422287-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00a52973-aa01-451b-a89b-623ecef9f659/?format=api"
        },
        {
            "id": "727d0bcc-d115-401d-8489-6b946994153b",
            "gambit_id": "61a8dc1b-c53b-4cda-ab05-92dc21dedc2a",
            "last_updated": "2024-01-24T22:23:12.905616-05:00",
            "created_at": "2024-01-23T09:43:23.431830-05:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00a52973-aa01-451b-a89b-623ecef9f659/?format=api"
        }
    ]
}