GET /api/bet_types/4e07b089-2b73-4afc-bd38-f43e97e6a21f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e07b089-2b73-4afc-bd38-f43e97e6a21f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2de54427-c1fe-4ada-8ed9-a33d8d48f198/?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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ad50519-19c4-4e09-b026-afb4c4d7ba46",
            "gambit_id": "9d93fe87-bc3c-4316-b05f-19d164cf1a9d",
            "last_updated": "2022-10-29T19:02:20.850208-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e07b089-2b73-4afc-bd38-f43e97e6a21f/?format=api"
        },
        {
            "id": "ebadbddf-3ad2-4507-968b-8d76882205b4",
            "gambit_id": "0def0e3f-6fe8-4f13-9cef-08e7dd545d81",
            "last_updated": "2022-10-29T19:02:20.851197-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e07b089-2b73-4afc-bd38-f43e97e6a21f/?format=api"
        }
    ]
}