GET /api/bet_types/a4897879-3ef1-4ec2-a876-5d047065443c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4897879-3ef1-4ec2-a876-5d047065443c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fe40089-46e8-4b7f-88a9-9a02516e3bcc/?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": "Liverpool",
                "amount": 6457.0
            },
            {
                "team": "SSC Napoli",
                "amount": 3543.0
            }
        ],
        "expected_reward_tokens": 11621.04,
        "profit_sb": 2621.04,
        "profit_sb_percentage": 29.12,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 4861.0
            },
            {
                "team": "SSC Napoli",
                "amount": 2668.0
            },
            {
                "team": "Draw",
                "amount": 2472.0
            }
        ],
        "expected_reward_tokens": 8749.8,
        "profit_sb": -250.2,
        "profit_sb_percentage": -2.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "92bfb44d-dfa8-4f0a-b0c5-d16bae71e989",
            "gambit_id": "5439609f-172f-4a41-b896-bab1b96248e5",
            "last_updated": "2022-11-02T21:07:11.938766-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liverpool",
            "reward": "1.80000",
            "odds": "1.91000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4897879-3ef1-4ec2-a876-5d047065443c/?format=api"
        },
        {
            "id": "fbd7e2d0-be7b-4e66-b363-c6bdc0f6f22e",
            "gambit_id": "2b82a3c7-6f51-4030-973c-63c82d4c8492",
            "last_updated": "2022-11-02T21:07:11.937745-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SSC Napoli",
            "reward": "3.28000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4897879-3ef1-4ec2-a876-5d047065443c/?format=api"
        },
        {
            "id": "f5cd6e77-b083-4b27-bdec-8179aac47a4b",
            "gambit_id": "903cad4e-08a6-41dd-800d-82c48f943c70",
            "last_updated": "2022-11-02T21:07:11.939786-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.54000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4897879-3ef1-4ec2-a876-5d047065443c/?format=api"
        }
    ]
}