GET /api/bet_types/e2ca0e0d-373c-4592-bc26-606bb6dc407c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2ca0e0d-373c-4592-bc26-606bb6dc407c",
    "match": "https://api-prod.gambitprofit.com/api/matches/57762bb4-90e7-4081-aee2-9c61ad0dd1af/?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": "New York Knicks",
                "amount": 7221.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e4ec7ca-e4cb-4b80-ae2d-da2822ee5c6e",
            "gambit_id": "db886878-3b05-4cda-bb78-8fabbe561a16",
            "last_updated": "2022-10-27T11:52:05.869989-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2ca0e0d-373c-4592-bc26-606bb6dc407c/?format=api"
        },
        {
            "id": "4fb2f40a-3508-49bf-a37c-85bc20edd318",
            "gambit_id": "08e5acfa-21d3-4d7f-8d41-6523679a631e",
            "last_updated": "2022-10-27T11:52:05.871172-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2ca0e0d-373c-4592-bc26-606bb6dc407c/?format=api"
        }
    ]
}