GET /api/bet_types/33e5aedd-8548-41c3-8e2e-9612e60a5619/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33e5aedd-8548-41c3-8e2e-9612e60a5619",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcbedb7d-2bdb-41ae-9c58-41faf56e010e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "PHI",
                "amount": 5829.0
            },
            {
                "team": "ATL",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "9269356f-6067-4104-92ba-df8da76f40ef",
            "gambit_id": "ecd17403-54ac-44f3-9e2c-9ec67621aa0c",
            "last_updated": "2022-09-25T21:57:00.395517-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33e5aedd-8548-41c3-8e2e-9612e60a5619/?format=api"
        },
        {
            "id": "4ad6a1a8-7615-41ad-8870-1f27628e5d05",
            "gambit_id": "62d9baf9-d819-4592-8285-fca05e3f3ca7",
            "last_updated": "2022-09-25T21:57:00.396520-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33e5aedd-8548-41c3-8e2e-9612e60a5619/?format=api"
        }
    ]
}