GET /api/bet_types/642ab37f-bee7-495c-831f-2c6e2071696b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "642ab37f-bee7-495c-831f-2c6e2071696b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e564725-5ce0-46e3-9a89-827d344076d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-29T09:38:12.089131-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": 5665.0
            },
            {
                "team": "Tottenham",
                "amount": 4335.0
            }
        ],
        "expected_reward_tokens": 12179.75,
        "profit_sb": 2679.75,
        "profit_sb_percentage": 28.21,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 4268.0
            },
            {
                "team": "Tottenham",
                "amount": 3265.0
            },
            {
                "team": "Draw",
                "amount": 2467.0
            }
        ],
        "expected_reward_tokens": 9174.65,
        "profit_sb": -325.35,
        "profit_sb_percentage": -3.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba1e8494-9ef6-4024-ba39-b5c59a213a6a",
            "gambit_id": "022b5ba2-fc27-42ac-9642-fc81f43dbb01",
            "last_updated": "2023-10-02T10:53:28.602767-04:00",
            "created_at": "2023-09-29T09:38:12.104427-04:00",
            "name": "Liverpool",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/642ab37f-bee7-495c-831f-2c6e2071696b/?format=api"
        },
        {
            "id": "3e6c6e75-25cd-489d-8137-5e35d6fe7eb1",
            "gambit_id": "8097a098-9cc2-4aa5-ae3b-bf7b0cd21712",
            "last_updated": "2023-10-02T10:53:28.599467-04:00",
            "created_at": "2023-09-29T09:38:12.099114-04:00",
            "name": "Tottenham",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/642ab37f-bee7-495c-831f-2c6e2071696b/?format=api"
        },
        {
            "id": "cf73bac7-3731-4917-bf00-f73873fb7a55",
            "gambit_id": "f92dfded-7e1a-418f-8696-f5b07462a8c9",
            "last_updated": "2023-10-02T10:53:28.596142-04:00",
            "created_at": "2023-09-29T09:38:12.094537-04:00",
            "name": "Draw",
            "reward": "3.72000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/642ab37f-bee7-495c-831f-2c6e2071696b/?format=api"
        }
    ]
}