GET /api/bet_types/8be8f0ac-17f1-4618-a7f0-2ec0aad99553/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8be8f0ac-17f1-4618-a7f0-2ec0aad99553",
    "match": "https://api-prod.gambitprofit.com/api/matches/c40abdbe-1225-4507-9c46-9feb8d77fc3d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Notre Dame",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1600.0,
        "profit_sb_percentage": 17.78,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Notre Dame",
                "amount": 8835.0
            },
            {
                "team": "Boston College",
                "amount": 1165.0
            }
        ],
        "expected_reward_tokens": 9365.1,
        "profit_sb": 365.1,
        "profit_sb_percentage": 4.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "8e98a6be-2214-4732-872e-c301a48c26dc",
            "gambit_id": "345a5104-a566-451c-9aeb-9d939026440c",
            "last_updated": "2022-11-21T11:48:39.813649-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "1.06000",
            "odds": "1.06250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8be8f0ac-17f1-4618-a7f0-2ec0aad99553/?format=api"
        },
        {
            "id": "ac82e83f-38ec-44d1-9fad-31c21f2abe87",
            "gambit_id": "94047485-6b4f-4263-8ab8-72ea8e75eca2",
            "last_updated": "2022-11-21T11:48:39.814642-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "8.04000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8be8f0ac-17f1-4618-a7f0-2ec0aad99553/?format=api"
        }
    ]
}