GET /api/bet_types/edeff08d-6504-450f-a58f-72e2b8db2724/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edeff08d-6504-450f-a58f-72e2b8db2724",
    "match": "https://api-prod.gambitprofit.com/api/matches/248fd705-af9e-438b-9b3b-4233aefe4dd6/?format=api",
    "name": "Pick the Winner",
    "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": "Los Angeles Clippers",
                "amount": 7983.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2017.0
            }
        ],
        "expected_reward_tokens": 9258.03,
        "profit_sb": 258.03,
        "profit_sb_percentage": 2.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "49304860-30a0-4973-bbda-14802dd203f7",
            "gambit_id": "ba02ccca-91f5-4e24-8181-6ca39793e166",
            "last_updated": "2022-11-18T10:03:03.655986-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.16000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edeff08d-6504-450f-a58f-72e2b8db2724/?format=api"
        },
        {
            "id": "c6cf5b66-d8b3-4105-a10d-07705bd5770f",
            "gambit_id": "f0daa1a7-45fa-4277-94c5-ca13f33cfb36",
            "last_updated": "2022-11-18T10:03:03.657346-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "4.59000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edeff08d-6504-450f-a58f-72e2b8db2724/?format=api"
        }
    ]
}