GET /api/bet_types/4646c16c-6786-4501-8846-1e4b8f204acf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4646c16c-6786-4501-8846-1e4b8f204acf",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c01a480-5a9e-4f86-87b5-1bca9144b923/?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": "Rogue",
                "amount": 7273.0
            },
            {
                "team": "SK Gaming",
                "amount": 2727.0
            }
        ],
        "expected_reward_tokens": 8944.56,
        "profit_sb": -55.44,
        "profit_sb_percentage": -0.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "57e492ad-60e1-40f2-a91b-f90ffa49b537",
            "gambit_id": "c20f3601-7276-4c8e-a034-f4e96822b1f4",
            "last_updated": "2022-08-08T12:06:52.378720-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rogue",
            "reward": "1.23000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4646c16c-6786-4501-8846-1e4b8f204acf/?format=api"
        },
        {
            "id": "8b702bbb-a523-4e42-9210-627b2b847852",
            "gambit_id": "08665912-635e-4874-b33f-31bfa5699989",
            "last_updated": "2022-08-08T12:06:52.378117-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SK Gaming",
            "reward": "3.28000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4646c16c-6786-4501-8846-1e4b8f204acf/?format=api"
        }
    ]
}