GET /api/bet_types/ce7c42a7-f90d-441d-be52-7d64d0231264/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce7c42a7-f90d-441d-be52-7d64d0231264",
    "match": "https://api-prod.gambitprofit.com/api/matches/df9c9c45-6531-478f-94d2-331ceb1fdc0d/?format=api",
    "name": "Pick the Winner",
    "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": "Dylan Schulte",
                "amount": 6545.0
            },
            {
                "team": "Louie Lopez",
                "amount": 3455.0
            }
        ],
        "expected_reward_tokens": 8704.85,
        "profit_sb": -295.15,
        "profit_sb_percentage": -3.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "44f75450-ab51-4bb7-abf4-a6a8312ec544",
            "gambit_id": "b50ad787-3d72-4eda-9452-eef011a8fd9d",
            "last_updated": "2022-09-11T09:22:27.355848-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dylan Schulte",
            "reward": "1.33000",
            "odds": "1.41000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce7c42a7-f90d-441d-be52-7d64d0231264/?format=api"
        },
        {
            "id": "2a6845aa-3160-49d8-a2c4-a0f827c56872",
            "gambit_id": "a7765ff9-bf5c-4115-bb72-d283e7bd0450",
            "last_updated": "2022-09-11T09:22:27.356897-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louie Lopez",
            "reward": "2.52000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce7c42a7-f90d-441d-be52-7d64d0231264/?format=api"
        }
    ]
}