GET /api/bet_types/567aee38-ec82-4370-8e7c-14718430dfe1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "567aee38-ec82-4370-8e7c-14718430dfe1",
    "match": "https://api-prod.gambitprofit.com/api/matches/336d547b-053f-49ea-9751-e172a1b1bd50/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-29T09:38:11.356924-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 7564.0
            },
            {
                "team": "Draw",
                "amount": 2436.0
            }
        ],
        "expected_reward_tokens": 10815.84,
        "profit_sb": 1315.84,
        "profit_sb_percentage": 13.85,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 6483.0
            },
            {
                "team": "Draw",
                "amount": 2088.0
            },
            {
                "team": "Sheffield United",
                "amount": 1429.0
            }
        ],
        "expected_reward_tokens": 9270.69,
        "profit_sb": -229.31,
        "profit_sb_percentage": -2.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "d56e7765-9f0c-426a-9a74-a5d230b5f0ff",
            "gambit_id": "49fe82d7-0cb6-4035-ba92-41ef15a9f8ae",
            "last_updated": "2023-10-02T10:53:21.569587-04:00",
            "created_at": "2023-09-29T09:38:11.367765-04:00",
            "name": "West Ham United",
            "reward": "1.43000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/567aee38-ec82-4370-8e7c-14718430dfe1/?format=api"
        },
        {
            "id": "a297c08b-90e2-4b2f-a545-399bf5dd5472",
            "gambit_id": "98dc4d51-690c-4376-8f7b-a98a20e09815",
            "last_updated": "2023-10-02T10:53:21.564936-04:00",
            "created_at": "2023-09-29T09:38:11.362076-04:00",
            "name": "Draw",
            "reward": "4.44000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/567aee38-ec82-4370-8e7c-14718430dfe1/?format=api"
        },
        {
            "id": "a49fb2e5-2c18-494d-911f-e8df75129463",
            "gambit_id": "17a9862f-9318-4b4b-8cd8-581fcabe1c3b",
            "last_updated": "2023-10-02T10:53:21.573340-04:00",
            "created_at": "2023-09-29T09:38:11.373351-04:00",
            "name": "Sheffield United",
            "reward": "6.49000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/567aee38-ec82-4370-8e7c-14718430dfe1/?format=api"
        }
    ]
}