GET /api/bet_types/d26dad77-40a3-43d2-9d4e-8edc0c29474a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d26dad77-40a3-43d2-9d4e-8edc0c29474a",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd592b8f-f27b-4527-9c8b-b34474114eb5/?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": "Pittsburgh Steelers",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "7775af17-7a15-42c6-bc87-3a92065a15cd",
            "gambit_id": "e4736dbf-d5af-4397-904b-df7122c8118d",
            "last_updated": "2022-10-31T11:42:01.299858-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d26dad77-40a3-43d2-9d4e-8edc0c29474a/?format=api"
        },
        {
            "id": "2e91e1fb-098c-4791-add5-a4f4621bbac0",
            "gambit_id": "3e1889eb-5c58-4834-9407-f06d462d1009",
            "last_updated": "2022-10-31T11:42:01.298847-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d26dad77-40a3-43d2-9d4e-8edc0c29474a/?format=api"
        }
    ]
}