GET /api/bet_types/bb1f1728-4bc7-4935-a45b-04fb0677d33d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb1f1728-4bc7-4935-a45b-04fb0677d33d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5152f55-4caf-42c4-a740-6c4c88b502a6/?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": "Portland Timbers",
                "amount": 5753.0
            },
            {
                "team": "Atlanta United FC",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 11678.59,
        "profit_sb": 2678.59,
        "profit_sb_percentage": 29.76,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Portland Timbers",
                "amount": 4392.0
            },
            {
                "team": "Atlanta United FC",
                "amount": 3242.0
            },
            {
                "team": "Draw",
                "amount": 2365.0
            }
        ],
        "expected_reward_tokens": 8915.5,
        "profit_sb": -84.5,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "e65826f3-2406-4d8a-aba2-28bbb821404b",
            "gambit_id": "7c5ec8ac-120c-494a-9b2f-7cfaa31cb423",
            "last_updated": "2022-09-05T17:11:58.543933-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Timbers",
            "reward": "2.03000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb1f1728-4bc7-4935-a45b-04fb0677d33d/?format=api"
        },
        {
            "id": "4f473341-8101-4168-880d-8eec6feddeb4",
            "gambit_id": "3e37f1ab-c940-4c2d-a4fc-440344f6f16f",
            "last_updated": "2022-09-05T17:11:58.542938-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta United FC",
            "reward": "2.75000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb1f1728-4bc7-4935-a45b-04fb0677d33d/?format=api"
        },
        {
            "id": "b36dbd77-0578-408a-8df7-b5e3381a6ebc",
            "gambit_id": "81f49261-e583-4974-8c86-20113cbd27f3",
            "last_updated": "2022-09-05T17:11:58.544912-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.77000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb1f1728-4bc7-4935-a45b-04fb0677d33d/?format=api"
        }
    ]
}