GET /api/bet_types/194e3b6b-8d13-4b6a-b48b-32267fc50503/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "194e3b6b-8d13-4b6a-b48b-32267fc50503",
    "match": "https://api-prod.gambitprofit.com/api/matches/c87b23fd-ba74-4c15-9f2e-7b848383ab63/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-05T09:47:03.884342-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "901ba4fa-c1fc-49fd-be4a-47d2a2cda87c",
            "gambit_id": "7bb3822c-e95c-4c87-a7f1-4dfeab3d3277",
            "last_updated": "2023-02-06T09:11:57.823478-05:00",
            "created_at": "2023-02-05T09:47:03.886994-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194e3b6b-8d13-4b6a-b48b-32267fc50503/?format=api"
        },
        {
            "id": "76447cfd-8c23-4c44-b4b9-89c0599647fa",
            "gambit_id": "5e46b104-8449-4ddc-8389-98a149a14a2b",
            "last_updated": "2023-02-06T09:11:57.822352-05:00",
            "created_at": "2023-02-05T09:47:03.885609-05:00",
            "name": "Indiana Pacers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194e3b6b-8d13-4b6a-b48b-32267fc50503/?format=api"
        }
    ]
}