GET /api/bet_types/2d1d575c-e649-4110-b7ce-afe0edd9bd3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d1d575c-e649-4110-b7ce-afe0edd9bd3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9ad4354-bb3c-4711-b7b6-731ce8f98f27/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "NC State",
                "amount": 5000.0
            },
            {
                "team": "Virginia Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ebb92d0-aed0-44ad-b848-a1aa4aa0967a",
            "gambit_id": "602c1265-bc55-40b5-8dde-e46c2727f68f",
            "last_updated": "2022-10-28T10:07:06.360680-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d1d575c-e649-4110-b7ce-afe0edd9bd3e/?format=api"
        },
        {
            "id": "88d88efb-fbc3-43b0-b307-de5588b56d37",
            "gambit_id": "d97033e8-bb6b-417f-9aae-220538f09493",
            "last_updated": "2022-10-28T10:07:06.361654-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia Tech",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d1d575c-e649-4110-b7ce-afe0edd9bd3e/?format=api"
        }
    ]
}