GET /api/bet_types/b4bff986-d7aa-4d9b-9a98-8125a951a7f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4bff986-d7aa-4d9b-9a98-8125a951a7f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/4baa1963-6332-4536-800e-8cd4076749d5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:09.057599-04: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": "New York Giants",
                "amount": 5000.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "00e38ba2-13f5-40b0-ad38-25f3af3b652d",
            "gambit_id": "3ece9804-9820-49cc-864f-e38288494786",
            "last_updated": "2023-11-06T21:13:16.187888-05:00",
            "created_at": "2023-11-02T09:03:09.061577-04:00",
            "name": "New York Giants",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4bff986-d7aa-4d9b-9a98-8125a951a7f7/?format=api"
        },
        {
            "id": "7b93e3e0-3350-4316-b8ea-f0d1d22f0835",
            "gambit_id": "f7dddd78-537d-4ee2-a7ff-6412a200734a",
            "last_updated": "2023-11-06T21:13:16.192640-05:00",
            "created_at": "2023-11-02T09:03:09.065912-04:00",
            "name": "Las Vegas Raiders",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4bff986-d7aa-4d9b-9a98-8125a951a7f7/?format=api"
        }
    ]
}