GET /api/bet_types/dbc9fd0c-7eaf-4e46-8849-8e847298749f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbc9fd0c-7eaf-4e46-8849-8e847298749f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e36f63f0-dfd4-41fe-b321-706dc0da6f2e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T16:03:06.396903-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7182.0
            },
            {
                "team": "Draw",
                "amount": 2818.0
            }
        ],
        "expected_reward_tokens": 11778.48,
        "profit_sb": 2278.48,
        "profit_sb_percentage": 23.98,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 5624.0
            },
            {
                "team": "Draw",
                "amount": 2206.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 2170.0
            }
        ],
        "expected_reward_tokens": 9221.08,
        "profit_sb": -278.92,
        "profit_sb_percentage": -2.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba5e9687-497f-470a-ab3b-8ee020f626df",
            "gambit_id": "06aeea6e-6d57-4bb0-acbb-2c7b2840947d",
            "last_updated": "2023-09-18T23:13:15.509638-04:00",
            "created_at": "2023-09-15T16:03:06.445586-04:00",
            "name": "Liverpool",
            "reward": "1.64000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc9fd0c-7eaf-4e46-8849-8e847298749f/?format=api"
        },
        {
            "id": "99d297cb-e2db-4c8a-bd39-066bd12b3181",
            "gambit_id": "bb32ac3c-2e59-4d8d-a338-99a3eac4246e",
            "last_updated": "2023-09-18T23:13:15.502497-04:00",
            "created_at": "2023-09-15T16:03:06.420754-04:00",
            "name": "Draw",
            "reward": "4.18000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc9fd0c-7eaf-4e46-8849-8e847298749f/?format=api"
        },
        {
            "id": "c41458b3-bd27-4494-ac1f-1b0ae319d334",
            "gambit_id": "c85abef5-12ee-4316-884e-591c2dd7f464",
            "last_updated": "2023-09-18T23:13:15.506247-04:00",
            "created_at": "2023-09-15T16:03:06.438640-04:00",
            "name": "Wolverhampton Wanderers",
            "reward": "4.25000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc9fd0c-7eaf-4e46-8849-8e847298749f/?format=api"
        }
    ]
}