GET /api/bet_types/8dbb4e93-d10b-403d-9d01-171bf77b07da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dbb4e93-d10b-403d-9d01-171bf77b07da",
    "match": "https://api-prod.gambitprofit.com/api/matches/71e3d2ad-19c5-4e14-bcb9-5967cd01ac64/?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": "Manchester United",
                "amount": 6783.0
            },
            {
                "team": "Draw",
                "amount": 3217.0
            }
        ],
        "expected_reward_tokens": 11259.5,
        "profit_sb": 2259.5,
        "profit_sb_percentage": 25.11,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 5302.0
            },
            {
                "team": "Draw",
                "amount": 2515.0
            },
            {
                "team": "Brentford",
                "amount": 2184.0
            }
        ],
        "expected_reward_tokens": 8801.32,
        "profit_sb": -198.68,
        "profit_sb_percentage": -2.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0104d0c-2325-4404-bf0a-006bc1a9d918",
            "gambit_id": "ad8d03fb-ee0a-4579-ae4e-d196afca0c21",
            "last_updated": "2022-08-14T14:02:04.434913-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester United",
            "reward": "1.66000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dbb4e93-d10b-403d-9d01-171bf77b07da/?format=api"
        },
        {
            "id": "5140ef03-5ed4-446c-abd4-835304bd545e",
            "gambit_id": "92404fd5-983a-44c0-aa63-06cd767ceda2",
            "last_updated": "2022-08-14T14:02:04.435653-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.50000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dbb4e93-d10b-403d-9d01-171bf77b07da/?format=api"
        },
        {
            "id": "56f14e8b-31f2-439a-ae55-8612abbc5b15",
            "gambit_id": "6452cde7-9f26-43ec-b830-05cdd1d9eb69",
            "last_updated": "2022-08-14T14:02:04.435286-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brentford",
            "reward": "4.03000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dbb4e93-d10b-403d-9d01-171bf77b07da/?format=api"
        }
    ]
}