GET /api/bet_types/c34f6081-3301-495a-8651-787066b64fa7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c34f6081-3301-495a-8651-787066b64fa7",
    "match": "https://api-prod.gambitprofit.com/api/matches/2453aa87-fcdd-43fb-a0bb-fb084c5286df/?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": "Chicago Fire",
                "amount": 6367.0
            },
            {
                "team": "Draw",
                "amount": 3633.0
            }
        ],
        "expected_reward_tokens": 12097.3,
        "profit_sb": 3097.3,
        "profit_sb_percentage": 34.41,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chicago Fire",
                "amount": 4685.0
            },
            {
                "team": "Draw",
                "amount": 2673.0
            },
            {
                "team": "Inter Miami CF",
                "amount": 2642.0
            }
        ],
        "expected_reward_tokens": 8901.09,
        "profit_sb": -98.91,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "68906d9c-47f5-4f7b-9276-f6da2c93512c",
            "gambit_id": "6e1e0ab1-d461-4507-91ea-565d64b1677c",
            "last_updated": "2022-09-11T21:12:11.154546-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Fire",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c34f6081-3301-495a-8651-787066b64fa7/?format=api"
        },
        {
            "id": "e448a1aa-241f-4a24-b089-560f27faf73e",
            "gambit_id": "ec52cbc1-5fbc-46de-b103-4d98dbf6e266",
            "last_updated": "2022-09-11T21:12:11.155506-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.33000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c34f6081-3301-495a-8651-787066b64fa7/?format=api"
        },
        {
            "id": "59953c33-e5e7-45a8-b20b-49abdd1519eb",
            "gambit_id": "92024714-363a-4f7b-a3aa-a1a04e813a51",
            "last_updated": "2022-09-11T21:12:11.153584-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Inter Miami CF",
            "reward": "3.37000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c34f6081-3301-495a-8651-787066b64fa7/?format=api"
        }
    ]
}