GET /api/bet_types/78d1560b-6bb6-419c-b6fc-2c81e33471f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78d1560b-6bb6-419c-b6fc-2c81e33471f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a85fb6a4-239d-49dd-9246-ce22e4ce1f4e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "BIG",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10300.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 14.44,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "BIG",
                "amount": 8879.0
            },
            {
                "team": "FTW Esports",
                "amount": 1121.0
            }
        ],
        "expected_reward_tokens": 9145.37,
        "profit_sb": 145.37,
        "profit_sb_percentage": 1.62,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2db8e88-04d9-4627-84ac-615ef0840da9",
            "gambit_id": "f268864d-c42b-4e56-8b4b-226426333e58",
            "last_updated": "2022-09-11T20:12:16.656761-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BIG",
            "reward": "1.03000",
            "odds": "1.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78d1560b-6bb6-419c-b6fc-2c81e33471f5/?format=api"
        },
        {
            "id": "3e68b73e-8c28-4dc0-a24e-8e9d8c7625fd",
            "gambit_id": "241c1fac-9fc8-4910-9fec-fb73cce9216a",
            "last_updated": "2022-09-11T20:12:16.655655-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FTW Esports",
            "reward": "8.16000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78d1560b-6bb6-419c-b6fc-2c81e33471f5/?format=api"
        }
    ]
}