GET /api/bet_types/25837aca-5aea-492f-bacd-2c677c83aaef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25837aca-5aea-492f-bacd-2c677c83aaef",
    "match": "https://api-prod.gambitprofit.com/api/matches/81018402-e47b-4a60-acf6-f4d2d621260f/?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 England Revolution",
                "amount": 5546.0
            },
            {
                "team": "Houston Dynamo",
                "amount": 4454.0
            }
        ],
        "expected_reward_tokens": 11979.36,
        "profit_sb": 2979.36,
        "profit_sb_percentage": 33.1,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New England Revolution",
                "amount": 4072.0
            },
            {
                "team": "Houston Dynamo",
                "amount": 3270.0
            },
            {
                "team": "Draw",
                "amount": 2658.0
            }
        ],
        "expected_reward_tokens": 8795.52,
        "profit_sb": -204.48,
        "profit_sb_percentage": -2.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e4b35a0-8700-4cf5-be0e-1be08794c07f",
            "gambit_id": "ddac1510-a9fd-4465-b9a3-7ce0c23b442b",
            "last_updated": "2022-09-15T02:52:05.265498-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Revolution",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25837aca-5aea-492f-bacd-2c677c83aaef/?format=api"
        },
        {
            "id": "4a5ad315-6030-4c5e-8146-c905f12615de",
            "gambit_id": "f249516c-035c-4120-b606-cb3ac02d3361",
            "last_updated": "2022-09-15T02:52:05.266677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Dynamo",
            "reward": "2.69000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25837aca-5aea-492f-bacd-2c677c83aaef/?format=api"
        },
        {
            "id": "1a4d29fa-52b5-447e-b6d1-5f51fa58e859",
            "gambit_id": "3b75051e-c182-4dfe-bbf0-ff4d16ddac41",
            "last_updated": "2022-09-15T02:52:05.267840-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.31000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25837aca-5aea-492f-bacd-2c677c83aaef/?format=api"
        }
    ]
}