GET /api/bet_types/38bbfbe2-a40f-4049-a56c-8ebc985199f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38bbfbe2-a40f-4049-a56c-8ebc985199f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f1ee0c9-a6f5-4c6c-8789-88e698534d64/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-05T09:57:11.460231-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 York Giants",
                "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": "514d7b1f-cb47-43fd-aeb6-b7baaddf7e51",
            "gambit_id": "f04f02b0-5010-4437-9c05-bdba738ce8e3",
            "last_updated": "2023-01-09T10:02:16.576898-05:00",
            "created_at": "2023-01-05T09:57:11.461454-05:00",
            "name": "New York Giants",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38bbfbe2-a40f-4049-a56c-8ebc985199f0/?format=api"
        },
        {
            "id": "f821c513-60fa-4c4a-8b7c-d99bd60bfca6",
            "gambit_id": "b701c2ff-aa17-4d30-912f-a0482652070f",
            "last_updated": "2023-01-09T10:02:16.577973-05:00",
            "created_at": "2023-01-05T09:57:11.462739-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38bbfbe2-a40f-4049-a56c-8ebc985199f0/?format=api"
        }
    ]
}