GET /api/bet_types/2c8e3a02-1a11-4a42-bce4-5f72c3b3ff1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c8e3a02-1a11-4a42-bce4-5f72c3b3ff1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ec2749c-d4dd-4f88-9ba0-98c3762206e5/?format=api",
    "name": "Play the Odds",
    "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": "Colorado Avalanche",
                "amount": 7084.0
            },
            {
                "team": "New York Rangers",
                "amount": 2916.0
            }
        ],
        "expected_reward_tokens": 9563.4,
        "profit_sb": 63.4,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "cbb0cc6d-35ad-4fa6-a84c-a4f26bc51b8a",
            "gambit_id": "97e2406c-2252-40ad-a734-9642d54d3ac0",
            "last_updated": "2022-10-26T09:52:11.686316-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c8e3a02-1a11-4a42-bce4-5f72c3b3ff1b/?format=api"
        },
        {
            "id": "0a856599-f6c8-4d22-941c-af3ca9f16267",
            "gambit_id": "27240e34-74e4-4138-afe5-8df6f3b10177",
            "last_updated": "2022-10-26T09:52:11.685285-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "3.28000",
            "odds": "3.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c8e3a02-1a11-4a42-bce4-5f72c3b3ff1b/?format=api"
        }
    ]
}