GET /api/bet_types/5193a440-0386-4247-a405-b3dd12a4c9e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5193a440-0386-4247-a405-b3dd12a4c9e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cccd549-c7e0-4b14-aebf-313f44f564d4/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Oklahoma State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1500.0,
        "profit_sb_percentage": 16.67,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Oklahoma State",
                "amount": 8902.0
            },
            {
                "team": "Central Michigan",
                "amount": 1098.0
            }
        ],
        "expected_reward_tokens": 9343.98,
        "profit_sb": 343.98,
        "profit_sb_percentage": 3.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "b7a193e4-35ea-4f7b-89b7-de24122d2110",
            "gambit_id": "21b24926-543e-480f-9ab7-3f0f36d4fb84",
            "last_updated": "2022-09-02T09:32:19.943504-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "1.05000",
            "odds": "1.05880",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5193a440-0386-4247-a405-b3dd12a4c9e5/?format=api"
        },
        {
            "id": "d48654f5-7a09-4e8f-ba9e-6ee690bd7d88",
            "gambit_id": "1e6df6c7-dadf-4ba0-ade4-0fcc9c35dcd6",
            "last_updated": "2022-09-02T09:32:19.943956-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "8.51000",
            "odds": "9.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5193a440-0386-4247-a405-b3dd12a4c9e5/?format=api"
        }
    ]
}