GET /api/bet_types/75555612-edb0-4a7d-b1da-e54e5eaf24f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75555612-edb0-4a7d-b1da-e54e5eaf24f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c9d0003-55a7-4911-9b62-711a38ac5b11/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-14T09:12:19.742842-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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8084ed55-23a4-4527-97b6-acd1f6dfb391",
            "gambit_id": "1989944c-be1f-407f-a596-81463c18bf2d",
            "last_updated": "2023-02-15T10:46:58.032204-05:00",
            "created_at": "2023-02-14T09:12:19.744087-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75555612-edb0-4a7d-b1da-e54e5eaf24f8/?format=api"
        },
        {
            "id": "a39d1a5f-7b4e-4040-af1b-f2d02a33648a",
            "gambit_id": "32b026bd-d63d-4587-86ab-44c3c4ad8d60",
            "last_updated": "2023-02-15T10:46:58.033378-05:00",
            "created_at": "2023-02-14T09:12:19.745406-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75555612-edb0-4a7d-b1da-e54e5eaf24f8/?format=api"
        }
    ]
}