GET /api/bet_types/093dadf3-b5d6-4c10-85dc-9ae3fd3db43f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "093dadf3-b5d6-4c10-85dc-9ae3fd3db43f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a4b776c-6923-45b2-b079-baf1095fb9f7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-03T20:08:21.218303-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10800.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 13.68,
        "recommended": true
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 9067.0
            },
            {
                "team": "Draw",
                "amount": 933.0
            }
        ],
        "expected_reward_tokens": 9792.36,
        "profit_sb": 292.36,
        "profit_sb_percentage": 3.08,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 8679.0
            },
            {
                "team": "Draw",
                "amount": 893.0
            },
            {
                "team": "Bournemouth",
                "amount": 428.0
            }
        ],
        "expected_reward_tokens": 9373.2,
        "profit_sb": -126.8,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ce99398-2214-4755-84c0-74edf4517f75",
            "gambit_id": "36a278c9-6ed9-448b-85e3-ad10d657c139",
            "last_updated": "2023-11-06T10:28:10.577781-05:00",
            "created_at": "2023-11-03T20:08:21.223596-04:00",
            "name": "Manchester City",
            "reward": "1.08000",
            "odds": "1.08000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/093dadf3-b5d6-4c10-85dc-9ae3fd3db43f/?format=api"
        },
        {
            "id": "aeb618cd-7964-4fa8-8bb3-16cf2f82b741",
            "gambit_id": "d55bcc08-20be-499e-aec7-3810e1e93560",
            "last_updated": "2023-11-06T10:28:10.584260-05:00",
            "created_at": "2023-11-03T20:08:21.235685-04:00",
            "name": "Draw",
            "reward": "10.50000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/093dadf3-b5d6-4c10-85dc-9ae3fd3db43f/?format=api"
        },
        {
            "id": "5668999c-7dc2-481f-af75-4e17efc377d9",
            "gambit_id": "229114c3-619d-4aab-86e6-cc9d08a721ab",
            "last_updated": "2023-11-06T10:28:10.581107-05:00",
            "created_at": "2023-11-03T20:08:21.231446-04:00",
            "name": "Bournemouth",
            "reward": "21.90000",
            "odds": "23.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/093dadf3-b5d6-4c10-85dc-9ae3fd3db43f/?format=api"
        }
    ]
}