GET /api/bet_types/cae35404-9457-48be-b53c-12d108659100/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cae35404-9457-48be-b53c-12d108659100",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6f0842e-2cd4-491e-9cbe-ee6f2e5427e6/?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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b55d1726-9c71-47d2-9bf4-e29cfb3636f5",
            "gambit_id": "b91d7f7a-72b2-431e-bfbe-b105684731e1",
            "last_updated": "2022-10-29T19:02:21.313476-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cae35404-9457-48be-b53c-12d108659100/?format=api"
        },
        {
            "id": "7c28173a-e022-4938-b8c7-c93967aac362",
            "gambit_id": "7226af00-9674-440b-a164-ea04ac9127ea",
            "last_updated": "2022-10-29T19:02:21.314482-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cae35404-9457-48be-b53c-12d108659100/?format=api"
        }
    ]
}