GET /api/bet_types/6a74b20e-d6bd-49c0-933c-29326e115823/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a74b20e-d6bd-49c0-933c-29326e115823",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c7ebcf7-6c1b-440e-85f1-d6cc5457700e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-14T08:26:57.532688-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 Islanders",
                "amount": 6575.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3425.0
            }
        ],
        "expected_reward_tokens": 9007.75,
        "profit_sb": 7.75,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "e20afd90-649a-431f-9f05-94f76aef6f3d",
            "gambit_id": "e7199033-ede2-4f30-80ad-d7f0292ec0b7",
            "last_updated": "2023-01-16T10:07:23.372496-05:00",
            "created_at": "2023-01-14T08:26:57.535600-05:00",
            "name": "New York Islanders",
            "reward": "1.37000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a74b20e-d6bd-49c0-933c-29326e115823/?format=api"
        },
        {
            "id": "75f63987-2ff2-4a4c-aee2-1f874596d0e8",
            "gambit_id": "b4325db2-1c05-44d5-8710-72e980fff1fc",
            "last_updated": "2023-01-16T10:07:23.375488-05:00",
            "created_at": "2023-01-14T08:26:57.538700-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.63000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a74b20e-d6bd-49c0-933c-29326e115823/?format=api"
        }
    ]
}