GET /api/bet_types/583df5d6-6d48-4cbb-a01b-3a8f677e27f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "583df5d6-6d48-4cbb-a01b-3a8f677e27f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fb4ae95-c45a-4fd3-b035-d7ca0233308a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-01T09:22:01.047433-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": "New Orleans Saints",
                "amount": 5098.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "13cd6547-9433-482b-a510-a5b4ea732a8f",
            "gambit_id": "7c6fbb36-3e18-4063-aca5-303c7e4827f9",
            "last_updated": "2023-01-02T12:41:59.762758-05:00",
            "created_at": "2023-01-01T09:22:01.049993-05:00",
            "name": "New Orleans Saints",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/583df5d6-6d48-4cbb-a01b-3a8f677e27f7/?format=api"
        },
        {
            "id": "03696139-b65d-4f06-904d-57b8b55eced1",
            "gambit_id": "472e3272-d467-4572-b9e0-94ee8ac52b7e",
            "last_updated": "2023-01-02T12:41:59.761625-05:00",
            "created_at": "2023-01-01T09:22:01.048647-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/583df5d6-6d48-4cbb-a01b-3a8f677e27f7/?format=api"
        }
    ]
}