GET /api/bet_types/730761dd-a807-4e7c-87cc-83eaf986c1f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "730761dd-a807-4e7c-87cc-83eaf986c1f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/11230360-676d-45a3-86fd-eefd8db9e6c3/?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": "Chelsea",
                "amount": 7718.0
            },
            {
                "team": "Draw",
                "amount": 2282.0
            }
        ],
        "expected_reward_tokens": 10496.48,
        "profit_sb": 1496.48,
        "profit_sb_percentage": 16.63,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 6694.0
            },
            {
                "team": "Draw",
                "amount": 1979.0
            },
            {
                "team": "Leicester City",
                "amount": 1327.0
            }
        ],
        "expected_reward_tokens": 9103.22,
        "profit_sb": 103.22,
        "profit_sb_percentage": 1.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c850fb8-388d-46a1-9071-5828434f40ef",
            "gambit_id": "213595d6-dd08-471d-a71f-2104b81219f5",
            "last_updated": "2022-08-28T11:27:22.620567-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chelsea",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730761dd-a807-4e7c-87cc-83eaf986c1f3/?format=api"
        },
        {
            "id": "f4b43a83-f9a3-41d3-9aff-77d69f4360fa",
            "gambit_id": "0be54830-ff4e-4ad7-b3c8-cbece72d8cf3",
            "last_updated": "2022-08-28T11:27:22.620175-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.60000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730761dd-a807-4e7c-87cc-83eaf986c1f3/?format=api"
        },
        {
            "id": "a74e9362-bdf8-44b5-8fd7-57579b7a107a",
            "gambit_id": "06528eb9-b1ff-4bf4-aa5a-5f47b941ea11",
            "last_updated": "2022-08-28T11:27:22.619778-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leicester City",
            "reward": "6.86000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730761dd-a807-4e7c-87cc-83eaf986c1f3/?format=api"
        }
    ]
}