GET /api/bet_types/52706349-16d8-431a-94e0-0c9866896c06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52706349-16d8-431a-94e0-0c9866896c06",
    "match": "https://api-prod.gambitprofit.com/api/matches/44703f3c-d4f1-432e-8ef5-01750fd9a96c/?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": "Argentina",
                "amount": 5764.0
            },
            {
                "team": "Draw",
                "amount": 4236.0
            }
        ],
        "expected_reward_tokens": 11816.2,
        "profit_sb": 2816.2,
        "profit_sb_percentage": 31.29,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Argentina",
                "amount": 4188.0
            },
            {
                "team": "Draw",
                "amount": 3077.0
            },
            {
                "team": "Netherlands",
                "amount": 2734.0
            }
        ],
        "expected_reward_tokens": 8584.76,
        "profit_sb": -415.24,
        "profit_sb_percentage": -4.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "67fc9e16-ebec-4523-b4c4-1e7e41482555",
            "gambit_id": "3681949c-2f6c-4d7b-8020-5cd70cb5ec7a",
            "last_updated": "2022-12-10T18:57:12.641333-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Argentina",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52706349-16d8-431a-94e0-0c9866896c06/?format=api"
        },
        {
            "id": "e13b057f-75d9-4118-bcd8-372b34df82d4",
            "gambit_id": "e7a68c6e-466e-490c-89f5-c14fcbaf6d4f",
            "last_updated": "2022-12-10T18:57:12.643541-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.79000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52706349-16d8-431a-94e0-0c9866896c06/?format=api"
        },
        {
            "id": "8828ae2d-ef9c-40f3-8a85-bdae215eafdb",
            "gambit_id": "fa801126-3326-4909-8fbf-69073546d4a7",
            "last_updated": "2022-12-10T18:57:12.642435-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Netherlands",
            "reward": "3.14000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52706349-16d8-431a-94e0-0c9866896c06/?format=api"
        }
    ]
}