GET /api/bet_types/e2100dab-ef31-44d6-9332-a532b5442fce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2100dab-ef31-44d6-9332-a532b5442fce",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c097e6b-2b17-4868-ad82-63af7636539b/?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": "Boston Bruins",
                "amount": 7661.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 2339.0
            }
        ],
        "expected_reward_tokens": 9192.27,
        "profit_sb": 192.27,
        "profit_sb_percentage": 2.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a92b932-abe9-4409-b43b-0ed6e5d58544",
            "gambit_id": "a34f5582-c5b6-4d1a-8561-b9f90e2859d1",
            "last_updated": "2022-12-19T10:47:32.625608-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.20000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2100dab-ef31-44d6-9332-a532b5442fce/?format=api"
        },
        {
            "id": "380702ef-512a-4869-9975-d3b366aafc2a",
            "gambit_id": "269ad119-b4a2-4eb5-bdd2-1e2c0f56c10e",
            "last_updated": "2022-12-19T10:47:32.626739-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.93000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2100dab-ef31-44d6-9332-a532b5442fce/?format=api"
        }
    ]
}