GET /api/bet_types/486a05cc-d681-432f-854e-ccf5ab9aa474/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "486a05cc-d681-432f-854e-ccf5ab9aa474",
    "match": "https://api-prod.gambitprofit.com/api/matches/341697e7-8d49-4f1e-8a41-9817f0f599e4/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "FC Barcelona",
                "amount": 6738.0
            },
            {
                "team": "Inter Milan",
                "amount": 3262.0
            }
        ],
        "expected_reward_tokens": 12263.16,
        "profit_sb": 2763.16,
        "profit_sb_percentage": 29.09,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Barcelona",
                "amount": 5081.0
            },
            {
                "team": "Inter Milan",
                "amount": 2459.0
            },
            {
                "team": "Draw",
                "amount": 2459.0
            }
        ],
        "expected_reward_tokens": 9245.84,
        "profit_sb": -254.16,
        "profit_sb_percentage": -2.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "94ae45c3-900a-47fd-9b0c-5f717e22a35d",
            "gambit_id": "802223b3-7c74-46a9-ad61-5a3e24581a14",
            "last_updated": "2022-10-05T07:21:53.317027-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Barcelona",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/486a05cc-d681-432f-854e-ccf5ab9aa474/?format=api"
        },
        {
            "id": "a8a27e62-0e65-401b-af9c-b60b3fd88cbd",
            "gambit_id": "687b5529-b138-4ac9-9727-6ae3935acff8",
            "last_updated": "2022-10-05T07:21:53.318178-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Inter Milan",
            "reward": "3.76000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/486a05cc-d681-432f-854e-ccf5ab9aa474/?format=api"
        },
        {
            "id": "37a2294b-cb1f-45c1-8fa7-444d2aae3290",
            "gambit_id": "4e6078df-5e00-49ba-9b05-ac6797d99419",
            "last_updated": "2022-10-05T07:21:53.319316-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.76000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/486a05cc-d681-432f-854e-ccf5ab9aa474/?format=api"
        }
    ]
}