GET /api/bet_types/92416bdf-32cc-44f0-8350-9665319d1e43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92416bdf-32cc-44f0-8350-9665319d1e43",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ffce707-089e-46bc-b6bd-5e38e17a454c/?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": "FC Barcelona",
                "amount": 7508.0
            },
            {
                "team": "Draw",
                "amount": 2492.0
            }
        ],
        "expected_reward_tokens": 11186.92,
        "profit_sb": 1686.92,
        "profit_sb_percentage": 17.76,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Barcelona",
                "amount": 6303.0
            },
            {
                "team": "Draw",
                "amount": 2092.0
            },
            {
                "team": "Inter Milan",
                "amount": 1605.0
            }
        ],
        "expected_reward_tokens": 9389.25,
        "profit_sb": -110.75,
        "profit_sb_percentage": -1.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "32662a1b-cd64-4390-b4a6-bd9f076bfe89",
            "gambit_id": "668baac2-002d-4bc0-a11a-52e776c5ae3f",
            "last_updated": "2022-10-13T09:57:19.762308-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Barcelona",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92416bdf-32cc-44f0-8350-9665319d1e43/?format=api"
        },
        {
            "id": "52f82907-d340-4aa1-b1de-9a861b830ea0",
            "gambit_id": "88dd5f25-90a8-4ac1-bffd-c37be7e8f50a",
            "last_updated": "2022-10-13T09:57:19.763298-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.49000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92416bdf-32cc-44f0-8350-9665319d1e43/?format=api"
        },
        {
            "id": "e1eea484-d2f0-45bd-9f0b-8a19538e57c0",
            "gambit_id": "ad7e9ce0-8097-4464-ba07-ea6b91d22a89",
            "last_updated": "2022-10-13T09:57:19.761318-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Inter Milan",
            "reward": "5.85000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92416bdf-32cc-44f0-8350-9665319d1e43/?format=api"
        }
    ]
}