GET /api/bet_types/bdbe4f1f-6917-44bb-8e05-58d315be1319/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdbe4f1f-6917-44bb-8e05-58d315be1319",
    "match": "https://api-prod.gambitprofit.com/api/matches/a73c82b9-acf6-4ac8-a2e0-f25ed63e3856/?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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c141e256-22f9-4643-8b34-66e1a02d3656",
            "gambit_id": "c0c8dd58-d262-434b-b6cc-8098103c3f55",
            "last_updated": "2022-10-25T10:12:25.578252-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdbe4f1f-6917-44bb-8e05-58d315be1319/?format=api"
        },
        {
            "id": "9808e09d-28ee-4517-8149-fa2fbf7bfefd",
            "gambit_id": "654561e6-6c54-4b7d-9f2c-6fc0de470997",
            "last_updated": "2022-10-25T10:12:25.579255-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdbe4f1f-6917-44bb-8e05-58d315be1319/?format=api"
        }
    ]
}