GET /api/bet_types/3581c1dc-19c4-4ba3-a9ed-074352c58260/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3581c1dc-19c4-4ba3-a9ed-074352c58260",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd5ed03c-3869-4b2b-ab7c-705b1e2b1ab8/?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": "New York Rangers",
                "amount": 5753.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "f4aaa0e1-3a98-4243-ae97-09b0a8a66806",
            "gambit_id": "b003400c-e74c-4b3f-b2b3-fa88f95ef229",
            "last_updated": "2022-12-10T18:47:00.847771-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3581c1dc-19c4-4ba3-a9ed-074352c58260/?format=api"
        },
        {
            "id": "406a78be-cf24-462d-9849-d635906d130c",
            "gambit_id": "c1bdfe5c-df38-4f8f-99cd-4f2d838b3fd8",
            "last_updated": "2022-12-10T18:47:00.846567-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3581c1dc-19c4-4ba3-a9ed-074352c58260/?format=api"
        }
    ]
}