GET /api/bet_types/ec6cfa0b-f5c4-441d-8513-6951d505f34f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec6cfa0b-f5c4-441d-8513-6951d505f34f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5317a157-29f2-4426-8bd4-7d16152c35d8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-08T09:23:23.862298-04: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": "DET (R Olson)",
                "amount": 5714.0
            },
            {
                "team": "CWS (M Clevinger)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "6e11953c-4da2-4241-8b5a-831f8aa4c2e5",
            "gambit_id": "06046068-e0dc-4ed0-aa79-df24286cd0ac",
            "last_updated": "2023-09-09T11:37:59.287175-04:00",
            "created_at": "2023-09-08T09:23:23.871020-04:00",
            "name": "DET (R Olson)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec6cfa0b-f5c4-441d-8513-6951d505f34f/?format=api"
        },
        {
            "id": "17628a2d-cb57-40d1-8588-1d4a3d9107e0",
            "gambit_id": "65d82712-3295-4537-b115-a31ec2c448a9",
            "last_updated": "2023-09-09T11:37:59.283943-04:00",
            "created_at": "2023-09-08T09:23:23.866220-04:00",
            "name": "CWS (M Clevinger)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec6cfa0b-f5c4-441d-8513-6951d505f34f/?format=api"
        }
    ]
}