GET /api/bet_types/4faf5fa6-10b8-4aa5-8ba0-26ed44f9bd1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4faf5fa6-10b8-4aa5-8ba0-26ed44f9bd1a",
    "match": "https://api-prod.gambitprofit.com/api/matches/88da366e-b14c-49b4-86e8-dc95e55e422c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-28T10:03:13.588141-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": "Philadelphia Flyers",
                "amount": 6154.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "fcebf383-d58d-44ad-8391-ca9d52223fcd",
            "gambit_id": "de90d756-95f4-44ea-8e6b-79e3d412f4ac",
            "last_updated": "2023-12-30T16:18:05.716974-05:00",
            "created_at": "2023-12-28T10:03:13.596587-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4faf5fa6-10b8-4aa5-8ba0-26ed44f9bd1a/?format=api"
        },
        {
            "id": "45e13450-f2a3-407a-b56b-73006783b5c1",
            "gambit_id": "0e9c14cf-8ade-4514-b1ce-6e1e7322d43b",
            "last_updated": "2023-12-30T16:18:05.720484-05:00",
            "created_at": "2023-12-28T10:03:13.591997-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4faf5fa6-10b8-4aa5-8ba0-26ed44f9bd1a/?format=api"
        }
    ]
}