GET /api/bet_types/1ab52c33-6398-4d1b-b149-6bc9bf003cc5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ab52c33-6398-4d1b-b149-6bc9bf003cc5",
    "match": "https://api-prod.gambitprofit.com/api/matches/bda3f15d-2282-4573-be86-7c26acf5e9fc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-03T11:22:15.358883-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7193.0
            },
            {
                "team": "Draw",
                "amount": 2807.0
            }
        ],
        "expected_reward_tokens": 10861.43,
        "profit_sb": 1361.43,
        "profit_sb_percentage": 14.33,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 6131.0
            },
            {
                "team": "Draw",
                "amount": 2392.0
            },
            {
                "team": "Inter Milan",
                "amount": 1477.0
            }
        ],
        "expected_reward_tokens": 9257.04,
        "profit_sb": -242.96,
        "profit_sb_percentage": -2.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "db5d7dba-46a8-47c6-b600-275206d82037",
            "gambit_id": "6ec7e1f5-f8aa-4c98-9986-1965675031ac",
            "last_updated": "2023-06-11T10:27:59.712817-04:00",
            "created_at": "2023-06-03T11:22:15.363950-04:00",
            "name": "Manchester City",
            "reward": "1.51000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ab52c33-6398-4d1b-b149-6bc9bf003cc5/?format=api"
        },
        {
            "id": "107f08ad-dcb6-4507-af28-e7ee8a048e29",
            "gambit_id": "b640a7fc-a97b-4094-a62b-cd4d8b5263b8",
            "last_updated": "2023-06-11T10:27:59.714603-04:00",
            "created_at": "2023-06-03T11:22:15.368272-04:00",
            "name": "Draw",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ab52c33-6398-4d1b-b149-6bc9bf003cc5/?format=api"
        },
        {
            "id": "537b1d4b-e60d-4368-a0da-724fdc6f855c",
            "gambit_id": "16e3299f-b7cf-4dcd-b628-6e9a6ba5b37f",
            "last_updated": "2023-06-11T10:27:59.710932-04:00",
            "created_at": "2023-06-03T11:22:15.361575-04:00",
            "name": "Inter Milan",
            "reward": "6.27000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ab52c33-6398-4d1b-b149-6bc9bf003cc5/?format=api"
        }
    ]
}