GET /api/bet_types/1be012c8-34fb-4a9f-8eb6-20182990b868/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1be012c8-34fb-4a9f-8eb6-20182990b868",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7644f34-2228-47ee-8317-bf02304e2e42/?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": "Washington Capitals",
                "amount": 5607.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4393.0
            }
        ],
        "expected_reward_tokens": 9531.9,
        "profit_sb": 31.9,
        "profit_sb_percentage": 0.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "284d4922-6683-4f73-9c5e-caf5a2f6ff67",
            "gambit_id": "64dca2ad-e75d-48ac-a0a8-af426a8c8aa2",
            "last_updated": "2022-10-13T09:52:26.753206-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1be012c8-34fb-4a9f-8eb6-20182990b868/?format=api"
        },
        {
            "id": "3dcd6837-44b7-417e-a022-2df0f801d4e4",
            "gambit_id": "d37fedce-34f3-4b7c-9610-eaaa9d3494e2",
            "last_updated": "2022-10-13T09:52:26.754185-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "2.17000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1be012c8-34fb-4a9f-8eb6-20182990b868/?format=api"
        }
    ]
}