GET /api/bet_types/38281528-3179-418d-b73e-0ac8187d6aa4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38281528-3179-418d-b73e-0ac8187d6aa4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b705810f-67ab-4c31-a521-d4130c770b10/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Penn State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Penn State",
                "amount": 8695.0
            },
            {
                "team": "Michigan State",
                "amount": 1305.0
            }
        ],
        "expected_reward_tokens": 9303.65,
        "profit_sb": 303.65,
        "profit_sb_percentage": 3.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3e7ebab-37b5-4e56-b7d2-44ea2bfee725",
            "gambit_id": "b0663b15-16a6-4b77-b5a3-8e3814c15ddb",
            "last_updated": "2022-11-28T09:42:15.475289-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Penn State",
            "reward": "1.07000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38281528-3179-418d-b73e-0ac8187d6aa4/?format=api"
        },
        {
            "id": "a53d3c56-dbb2-4660-9d28-5bbaf0e9faa5",
            "gambit_id": "aeb40c39-bcf4-41d4-8216-ed948e9a6cb9",
            "last_updated": "2022-11-28T09:42:15.476273-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "7.13000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38281528-3179-418d-b73e-0ac8187d6aa4/?format=api"
        }
    ]
}