GET /api/bet_types/8d97ce7c-2b3d-4ec1-be6e-5da0827af0fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d97ce7c-2b3d-4ec1-be6e-5da0827af0fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/f75aabf3-23ee-4bf5-981c-e5eb0c8ddd47/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-01T09:23:10.315368-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 5500.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 4500.0
            }
        ],
        "expected_reward_tokens": 12870.0,
        "profit_sb": 3370.0,
        "profit_sb_percentage": 35.47,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 3953.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 3235.0
            },
            {
                "team": "Draw",
                "amount": 2812.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "10fab055-19f3-4f7b-b456-2d4c4053bb19",
            "gambit_id": "acdaa969-92cb-4b51-9193-bc6757397ac1",
            "last_updated": "2024-02-03T10:42:57.986464-05:00",
            "created_at": "2024-02-01T09:23:10.325228-05:00",
            "name": "Manchester United",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d97ce7c-2b3d-4ec1-be6e-5da0827af0fe/?format=api"
        },
        {
            "id": "cf8ebc3b-0967-4bf7-be6b-1dc1d00f1e33",
            "gambit_id": "5e9dc0c0-30ad-44b2-a7db-13de65a9e76c",
            "last_updated": "2024-02-03T10:42:57.983247-05:00",
            "created_at": "2024-02-01T09:23:10.320226-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "2.86000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d97ce7c-2b3d-4ec1-be6e-5da0827af0fe/?format=api"
        },
        {
            "id": "33c75277-b704-4367-94b7-dc6dfb47208f",
            "gambit_id": "987ba3b2-9e1d-4222-a5d8-f07f0d916de9",
            "last_updated": "2024-02-03T10:42:57.989737-05:00",
            "created_at": "2024-02-01T09:23:10.331696-05:00",
            "name": "Draw",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d97ce7c-2b3d-4ec1-be6e-5da0827af0fe/?format=api"
        }
    ]
}