GET /api/bet_types/7b95aeee-8201-4692-a015-cfd1d89093ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b95aeee-8201-4692-a015-cfd1d89093ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/b84e5985-ab1b-496b-86ce-a84caaeba0e0/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Kentucky",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 13.33,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Kentucky",
                "amount": 9292.0
            },
            {
                "team": "Northern Illinois",
                "amount": 708.0
            }
        ],
        "expected_reward_tokens": 9477.84,
        "profit_sb": 477.84,
        "profit_sb_percentage": 5.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "0b0c6096-dfac-465d-9d07-2ea2f4926c47",
            "gambit_id": "1e8a7934-79c8-4191-acb2-a5136335ca41",
            "last_updated": "2022-09-25T09:57:26.794919-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "1.02000",
            "odds": "1.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b95aeee-8201-4692-a015-cfd1d89093ae/?format=api"
        },
        {
            "id": "103f9432-5111-4a4e-a30e-3a6a18ef5273",
            "gambit_id": "6dadd124-423b-4e41-b8c7-53abff9e4afb",
            "last_updated": "2022-09-25T09:57:26.793654-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "13.39000",
            "odds": "15.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b95aeee-8201-4692-a015-cfd1d89093ae/?format=api"
        }
    ]
}