GET /api/bet_types/42cfba11-bca5-4a59-b74a-65916dc2f22e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42cfba11-bca5-4a59-b74a-65916dc2f22e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4380c409-e721-4043-a76e-89a038987aab/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-04T09:17:18.123255-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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "86811c9e-7260-4c3d-a7b3-b100e2d3daf0",
            "gambit_id": "cb744b12-fd9c-43d7-9942-87e2ce6e584b",
            "last_updated": "2023-02-05T11:36:54.277867-05:00",
            "created_at": "2023-02-04T09:17:18.126402-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42cfba11-bca5-4a59-b74a-65916dc2f22e/?format=api"
        },
        {
            "id": "8f663d8d-1a6c-405f-8477-85070fb68dc6",
            "gambit_id": "fe14a63f-302e-4014-802a-e4cc9620ef58",
            "last_updated": "2023-02-05T11:36:54.276714-05:00",
            "created_at": "2023-02-04T09:17:18.124864-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42cfba11-bca5-4a59-b74a-65916dc2f22e/?format=api"
        }
    ]
}