GET /api/bet_types/eefff1a1-b000-4d38-8d7e-aad35747694f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eefff1a1-b000-4d38-8d7e-aad35747694f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8b128c5-3a6a-4817-8cd3-54a3184ba3ae/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-14T09:12:20.044818-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0afd9ee8-8852-41b0-b465-a3c756c35491",
            "gambit_id": "0cd6d9a1-7362-4703-9085-3a53430b32cf",
            "last_updated": "2023-02-15T10:46:58.347547-05:00",
            "created_at": "2023-02-14T09:12:20.046422-05:00",
            "name": "Toronto Raptors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eefff1a1-b000-4d38-8d7e-aad35747694f/?format=api"
        },
        {
            "id": "6fc5dac9-5e4a-42cb-a129-34e7121d1280",
            "gambit_id": "d77e2e05-3197-4ff7-b0fe-c58701d707d2",
            "last_updated": "2023-02-15T10:46:58.348674-05:00",
            "created_at": "2023-02-14T09:12:20.048147-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eefff1a1-b000-4d38-8d7e-aad35747694f/?format=api"
        }
    ]
}