GET /api/bet_types/cca87ad4-806d-4f2b-91ff-3387cfe0b477/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cca87ad4-806d-4f2b-91ff-3387cfe0b477",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e85bcd1-09f3-4dbe-88e3-fd91dd3edf6b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Maryland",
                "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": "Maryland",
                "amount": 9066.0
            },
            {
                "team": "Buffalo",
                "amount": 934.0
            }
        ],
        "expected_reward_tokens": 9428.64,
        "profit_sb": 428.64,
        "profit_sb_percentage": 4.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "71771af3-4414-40d6-a226-9746e10b49c4",
            "gambit_id": "a3419d3f-106b-4bec-be45-4bcc46212cef",
            "last_updated": "2022-09-04T17:02:24.739364-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cca87ad4-806d-4f2b-91ff-3387cfe0b477/?format=api"
        },
        {
            "id": "d821ba82-93b4-473f-8daa-ef07b5468492",
            "gambit_id": "34074f6e-cb8a-463c-8499-3be36612cbb5",
            "last_updated": "2022-09-04T17:02:24.740345-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "10.10000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cca87ad4-806d-4f2b-91ff-3387cfe0b477/?format=api"
        }
    ]
}