GET /api/bet_types/5bcfda4d-1733-41ad-b998-c6659b0e9741/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bcfda4d-1733-41ad-b998-c6659b0e9741",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d1e3aa1-5e84-44c6-82d5-fdbe8ad80b4a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-16T09:23:09.334352-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": 5319.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "233cc504-307e-4201-a373-40771aee994e",
            "gambit_id": "1e368e9c-3ae6-4ccc-b559-294213a41a4f",
            "last_updated": "2023-12-18T10:23:36.863515-05:00",
            "created_at": "2023-12-16T09:23:09.338993-05:00",
            "name": "New York Islanders",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bcfda4d-1733-41ad-b998-c6659b0e9741/?format=api"
        },
        {
            "id": "703e4fe8-d7b8-4fe7-866f-b39934658b4f",
            "gambit_id": "b2c00fa6-5638-4d0f-aafe-07d82281ef6c",
            "last_updated": "2023-12-18T10:23:36.867994-05:00",
            "created_at": "2023-12-16T09:23:09.343786-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bcfda4d-1733-41ad-b998-c6659b0e9741/?format=api"
        }
    ]
}