GET /api/bet_types/593e0916-b36c-450d-a9b3-345f20775b0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "593e0916-b36c-450d-a9b3-345f20775b0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d85d7f09-37f1-452b-8674-a5826cad434e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Utah State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 15.56,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Utah State",
                "amount": 9066.0
            },
            {
                "team": "Connecticut",
                "amount": 934.0
            }
        ],
        "expected_reward_tokens": 9428.64,
        "profit_sb": 428.64,
        "profit_sb_percentage": 4.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "350be507-3917-4def-abe2-5d38c0ef5ddd",
            "gambit_id": "0a978054-ce20-4032-a869-138e0bab2ed3",
            "last_updated": "2022-08-28T11:27:15.421264-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah State",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/593e0916-b36c-450d-a9b3-345f20775b0d/?format=api"
        },
        {
            "id": "c31ac1de-c5da-42f3-bfe9-51c29f6f97a7",
            "gambit_id": "9b759df4-104e-46b7-ac61-feba602c029c",
            "last_updated": "2022-08-28T11:27:15.420777-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "10.10000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/593e0916-b36c-450d-a9b3-345f20775b0d/?format=api"
        }
    ]
}