GET /api/bet_types/288bbdaa-215c-4154-a536-4e93d12e738d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "288bbdaa-215c-4154-a536-4e93d12e738d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1090e4b-240b-437e-85d6-f8dde8f254d7/?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": "NYM (M Scherzer)",
                "amount": 5995.0
            },
            {
                "team": "SDG (Y Darvish)",
                "amount": 4005.0
            }
        ],
        "expected_reward_tokens": 9651.95,
        "profit_sb": 151.95,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "6840161d-cfcc-4128-aaa2-2cc312cc9b90",
            "gambit_id": "51a82300-1f21-49c5-966d-3a2e8373f150",
            "last_updated": "2022-10-08T08:57:09.816126-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (M Scherzer)",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/288bbdaa-215c-4154-a536-4e93d12e738d/?format=api"
        },
        {
            "id": "c7915526-9de3-4d1c-99b7-6c70434af915",
            "gambit_id": "65f40a89-ce6c-427e-a7b7-34e8141ac526",
            "last_updated": "2022-10-08T08:57:09.817080-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (Y Darvish)",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/288bbdaa-215c-4154-a536-4e93d12e738d/?format=api"
        }
    ]
}