GET /api/bet_types/71f398f0-08af-4693-9433-8c54d541eff4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71f398f0-08af-4693-9433-8c54d541eff4",
    "match": "https://api-prod.gambitprofit.com/api/matches/03e44e85-b456-44c8-b8ab-f032216e798e/?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": "Orlando City SC",
                "amount": 5453.0
            },
            {
                "team": "New York City FC",
                "amount": 4547.0
            }
        ],
        "expected_reward_tokens": 12322.37,
        "profit_sb": 3322.37,
        "profit_sb_percentage": 36.92,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Orlando City SC",
                "amount": 3891.0
            },
            {
                "team": "New York City FC",
                "amount": 3245.0
            },
            {
                "team": "Draw",
                "amount": 2864.0
            }
        ],
        "expected_reward_tokens": 8792.48,
        "profit_sb": -207.52,
        "profit_sb_percentage": -2.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5c2b39f-2221-4e93-be45-c2e4fccd2267",
            "gambit_id": "6ba4a65a-6dd6-4381-b0ed-6bad0931f7f5",
            "last_updated": "2022-08-29T14:32:22.644592-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando City SC",
            "reward": "2.26000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71f398f0-08af-4693-9433-8c54d541eff4/?format=api"
        },
        {
            "id": "883af0f0-6af6-4694-ba83-f0daa52cc5a5",
            "gambit_id": "9f8684de-d4d5-4a41-acc0-33cc1a46d083",
            "last_updated": "2022-08-29T14:32:22.644138-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York City FC",
            "reward": "2.71000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71f398f0-08af-4693-9433-8c54d541eff4/?format=api"
        },
        {
            "id": "891db269-67c1-4de8-9e4e-e5003776fb2f",
            "gambit_id": "eb962ed7-776b-4623-89ee-e2b24d85d01a",
            "last_updated": "2022-08-29T14:32:22.645032-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.07000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71f398f0-08af-4693-9433-8c54d541eff4/?format=api"
        }
    ]
}