GET /api/bet_types/1a51b9e8-488e-4640-9f44-4af6aed090dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a51b9e8-488e-4640-9f44-4af6aed090dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c9a2cac-a988-477a-937c-ca4d47f59a0e/?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": "Minnesota United FC",
                "amount": 7143.0
            },
            {
                "team": "Houston Dynamo",
                "amount": 2857.0
            }
        ],
        "expected_reward_tokens": 11428.0,
        "profit_sb": 2428.0,
        "profit_sb_percentage": 26.98,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Minnesota United FC",
                "amount": 5556.0
            },
            {
                "team": "Houston Dynamo",
                "amount": 2222.0
            },
            {
                "team": "Draw",
                "amount": 2222.0
            }
        ],
        "expected_reward_tokens": 8888.0,
        "profit_sb": -112.0,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a384f89c-d9cd-44bc-95fc-428e9b1e4bc6",
            "gambit_id": "486e50e4-53e6-458c-bed7-e41cfa93f7f2",
            "last_updated": "2022-08-29T11:27:19.609697-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota United FC",
            "reward": "1.60000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a51b9e8-488e-4640-9f44-4af6aed090dc/?format=api"
        },
        {
            "id": "7e3e8c38-4dff-46c3-8754-f168ef051fcd",
            "gambit_id": "f5084a31-6e0e-45ad-b1db-12627c48f8f9",
            "last_updated": "2022-08-29T11:27:19.609237-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Dynamo",
            "reward": "4.00000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a51b9e8-488e-4640-9f44-4af6aed090dc/?format=api"
        },
        {
            "id": "d7d0bac4-1610-4983-9592-246dce995bc5",
            "gambit_id": "efe060e9-71c4-45b6-9418-30d4c21bf059",
            "last_updated": "2022-08-29T11:27:19.610142-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.00000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a51b9e8-488e-4640-9f44-4af6aed090dc/?format=api"
        }
    ]
}