GET /api/bet_types/0bc45c33-dc92-44b4-92f4-0ebb2b345777/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0bc45c33-dc92-44b4-92f4-0ebb2b345777",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0f2dcc9-bbcd-460d-9f29-c76ead86f071/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Liberty",
                "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": "Liberty",
                "amount": 9292.0
            },
            {
                "team": "Akron",
                "amount": 708.0
            }
        ],
        "expected_reward_tokens": 9477.84,
        "profit_sb": 477.84,
        "profit_sb_percentage": 5.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "b8924e8d-f201-4a4c-a4d3-6e012dd91cd4",
            "gambit_id": "4f60d390-ee1e-4e37-8430-84d375a1c16d",
            "last_updated": "2022-09-25T21:07:13.855626-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "1.02000",
            "odds": "1.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bc45c33-dc92-44b4-92f4-0ebb2b345777/?format=api"
        },
        {
            "id": "4b3c0095-d95f-42a5-b148-574103bf0cc8",
            "gambit_id": "488c0f0b-81c5-4e3e-9753-1e6606be961c",
            "last_updated": "2022-09-25T21:07:13.856847-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "13.39000",
            "odds": "15.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bc45c33-dc92-44b4-92f4-0ebb2b345777/?format=api"
        }
    ]
}