GET /api/bet_types/7edb8b28-42f0-495e-9b23-c2dcb1488a78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7edb8b28-42f0-495e-9b23-c2dcb1488a78",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7475d91-54c4-4d05-9d75-ec9d705ac049/?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": 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": "Penn State",
                "amount": 9299.0
            },
            {
                "team": "Ohio",
                "amount": 701.0
            }
        ],
        "expected_reward_tokens": 9484.53,
        "profit_sb": 484.53,
        "profit_sb_percentage": 5.38,
        "recommended": true
    },
    "lines": [
        {
            "id": "ef6b8dee-c24f-4347-9fb9-7becc4f2afb7",
            "gambit_id": "94460369-5e64-4bed-ba30-d13bf2d8c8e3",
            "last_updated": "2022-09-11T11:07:06.746926-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Penn State",
            "reward": "1.02000",
            "odds": "1.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7edb8b28-42f0-495e-9b23-c2dcb1488a78/?format=api"
        },
        {
            "id": "9ef6e3c5-6ec8-4b8c-bcb9-a8825e16e982",
            "gambit_id": "c60884a7-9cf5-48f8-b5dc-c90524c6c4ed",
            "last_updated": "2022-09-11T11:07:06.748268-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "13.53000",
            "odds": "15.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7edb8b28-42f0-495e-9b23-c2dcb1488a78/?format=api"
        }
    ]
}