GET /api/bet_types/87886634-1bd7-44fb-b51a-2b33c47f96d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87886634-1bd7-44fb-b51a-2b33c47f96d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/6811a8c2-b418-4bd0-b7ac-b583c93eeaf9/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Fresno 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": "Fresno State",
                "amount": 9036.0
            },
            {
                "team": "Nevada",
                "amount": 964.0
            }
        ],
        "expected_reward_tokens": 9397.44,
        "profit_sb": 397.44,
        "profit_sb_percentage": 4.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "8cd4f015-addc-4f6d-9ed9-ccdf839f6bb8",
            "gambit_id": "47c45374-3d94-463b-88d3-9d48ab57d7bf",
            "last_updated": "2022-11-21T09:43:44.549811-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87886634-1bd7-44fb-b51a-2b33c47f96d8/?format=api"
        },
        {
            "id": "b9c39f03-71be-4156-8fd4-bc61c657d2d5",
            "gambit_id": "d56e10ff-67a5-4c6f-a096-357d3b76b74d",
            "last_updated": "2022-11-21T09:43:44.548675-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "9.75000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87886634-1bd7-44fb-b51a-2b33c47f96d8/?format=api"
        }
    ]
}