GET /api/bet_types/e78cbb93-8621-4dcd-89ff-9a0f3b5b8f22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e78cbb93-8621-4dcd-89ff-9a0f3b5b8f22",
    "match": "https://api-prod.gambitprofit.com/api/matches/f95fa204-2ee5-492a-b5ee-112ea89dc5e0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-10T08:46:53.013899-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 6629.0
            },
            {
                "team": "Draw",
                "amount": 3371.0
            }
        ],
        "expected_reward_tokens": 11932.2,
        "profit_sb": 2432.2,
        "profit_sb_percentage": 25.6,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 5162.0
            },
            {
                "team": "Draw",
                "amount": 2625.0
            },
            {
                "team": "Leeds United",
                "amount": 2212.0
            }
        ],
        "expected_reward_tokens": 9290.4,
        "profit_sb": -209.6,
        "profit_sb_percentage": -2.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "27a4ced3-fa22-4313-8709-ff290df469a0",
            "gambit_id": "16e40987-bf6d-4941-92be-9e2c673e6692",
            "last_updated": "2023-03-13T14:01:49.142958-04:00",
            "created_at": "2023-03-10T08:46:53.015184-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.80000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e78cbb93-8621-4dcd-89ff-9a0f3b5b8f22/?format=api"
        },
        {
            "id": "b6691e52-3bc0-4046-904e-653f6a85f36b",
            "gambit_id": "4f39999a-e6de-496a-ac27-1798291e8bf1",
            "last_updated": "2023-03-13T14:01:49.145711-04:00",
            "created_at": "2023-03-10T08:46:53.018364-05:00",
            "name": "Draw",
            "reward": "3.54000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e78cbb93-8621-4dcd-89ff-9a0f3b5b8f22/?format=api"
        },
        {
            "id": "1f8a042e-0587-481b-b907-6cb7f9f382e1",
            "gambit_id": "e4ae4862-c2e1-4e3b-ac14-b42e6328fbe2",
            "last_updated": "2023-03-13T14:01:49.144331-04:00",
            "created_at": "2023-03-10T08:46:53.016870-05:00",
            "name": "Leeds United",
            "reward": "4.20000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e78cbb93-8621-4dcd-89ff-9a0f3b5b8f22/?format=api"
        }
    ]
}