GET /api/bet_types/362db9ea-59ee-4654-8077-ea780d65aadd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "362db9ea-59ee-4654-8077-ea780d65aadd",
    "match": "https://api-prod.gambitprofit.com/api/matches/08572149-1d66-4cc9-b1f3-0256c6d16e77/?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": "New York City FC",
                "amount": 6673.0
            },
            {
                "team": "Draw",
                "amount": 3327.0
            }
        ],
        "expected_reward_tokens": 11877.39,
        "profit_sb": 2377.39,
        "profit_sb_percentage": 25.03,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New York City FC",
                "amount": 5210.0
            },
            {
                "team": "Draw",
                "amount": 2598.0
            },
            {
                "team": "Inter Miami CF",
                "amount": 2192.0
            }
        ],
        "expected_reward_tokens": 9272.16,
        "profit_sb": -227.84,
        "profit_sb_percentage": -2.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "cdfd9b6d-68c0-4696-a53b-3e795f9c2f17",
            "gambit_id": "fe2ac8c2-df1b-4f9e-baa6-b6ecc14f4c53",
            "last_updated": "2022-10-18T09:27:07.635596-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York City FC",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/362db9ea-59ee-4654-8077-ea780d65aadd/?format=api"
        },
        {
            "id": "293c20cf-68ef-4fe7-a264-5500c7a11a72",
            "gambit_id": "5bb3572b-4ddb-4533-a20a-d12a7f8f9081",
            "last_updated": "2022-10-18T09:27:07.633707-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.57000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/362db9ea-59ee-4654-8077-ea780d65aadd/?format=api"
        },
        {
            "id": "8609e1ca-2cae-485e-a53b-065e63877265",
            "gambit_id": "fb8c320d-1d73-4a99-9d3d-f1a10f5b8827",
            "last_updated": "2022-10-18T09:27:07.634656-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Inter Miami CF",
            "reward": "4.23000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/362db9ea-59ee-4654-8077-ea780d65aadd/?format=api"
        }
    ]
}