GET /api/bet_types/1a640d5a-09a0-4226-8eea-30ad8aa74604/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a640d5a-09a0-4226-8eea-30ad8aa74604",
    "match": "https://api-prod.gambitprofit.com/api/matches/f46b96da-57c6-47d0-aad0-241d6eb43150/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-31T10:08:03.222272-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 Under 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a9bcb4cd-71c7-4a4c-87a0-c61aa7f7fc51",
            "gambit_id": "4288311e-2138-489e-a4a0-ecfa4d91e27b",
            "last_updated": "2024-01-02T10:23:10.768300-05:00",
            "created_at": "2023-12-31T10:08:03.231314-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a640d5a-09a0-4226-8eea-30ad8aa74604/?format=api"
        },
        {
            "id": "6b46eb43-ed8d-46fa-99e2-f6a9c50c1616",
            "gambit_id": "5e375d18-1502-492a-853b-e98f9163468c",
            "last_updated": "2024-01-02T10:23:10.764991-05:00",
            "created_at": "2023-12-31T10:08:03.226573-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a640d5a-09a0-4226-8eea-30ad8aa74604/?format=api"
        }
    ]
}