GET /api/bet_types/ee504600-ccc5-4041-a2e8-485a4e29e403/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee504600-ccc5-4041-a2e8-485a4e29e403",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b6a8a61-7abe-4a18-b884-90b42d1f6efc/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Iowa",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10300.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 14.44,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Iowa",
                "amount": 9095.0
            },
            {
                "team": "Nevada",
                "amount": 905.0
            }
        ],
        "expected_reward_tokens": 9366.75,
        "profit_sb": 366.75,
        "profit_sb_percentage": 4.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "090e1b7c-5ae1-48aa-8a2b-555580a7b9f5",
            "gambit_id": "8067d9d4-e15c-4577-942a-c844d0de921c",
            "last_updated": "2022-09-18T13:02:34.023913-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa",
            "reward": "1.03000",
            "odds": "1.03330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee504600-ccc5-4041-a2e8-485a4e29e403/?format=api"
        },
        {
            "id": "e03de83e-b1e7-43d2-82db-2225883c6f08",
            "gambit_id": "8fcab06b-e38e-4d92-b3bb-31406ec64746",
            "last_updated": "2022-09-18T13:02:34.024883-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "10.35000",
            "odds": "12.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee504600-ccc5-4041-a2e8-485a4e29e403/?format=api"
        }
    ]
}