GET /api/bet_types/f122a132-17ac-49b4-8283-6e66e384b37e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f122a132-17ac-49b4-8283-6e66e384b37e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9b97043-df67-4bf5-91ea-f19d1529d2f7/?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": "France",
                "amount": 7953.0
            },
            {
                "team": "Draw",
                "amount": 2047.0
            }
        ],
        "expected_reward_tokens": 9702.66,
        "profit_sb": 702.66,
        "profit_sb_percentage": 7.81,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "France",
                "amount": 7173.0
            },
            {
                "team": "Draw",
                "amount": 1846.0
            },
            {
                "team": "Australia",
                "amount": 981.0
            }
        ],
        "expected_reward_tokens": 8750.04,
        "profit_sb": -249.96,
        "profit_sb_percentage": -2.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "206b7608-c6f1-444a-befe-501468a9af2b",
            "gambit_id": "8579625f-cb69-48a1-be20-2b84334831e3",
            "last_updated": "2022-11-23T09:52:22.508219-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "France",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f122a132-17ac-49b4-8283-6e66e384b37e/?format=api"
        },
        {
            "id": "afdf8b32-facf-4332-8c19-54029ac86f1a",
            "gambit_id": "9d537026-b0cb-424c-a051-fcbff2817e01",
            "last_updated": "2022-11-23T09:52:22.509184-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.74000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f122a132-17ac-49b4-8283-6e66e384b37e/?format=api"
        },
        {
            "id": "14b6b9ec-8e93-4d00-9042-6926342c9d46",
            "gambit_id": "0e1609b3-3c27-48d9-bc6c-e46d0cc45f9e",
            "last_updated": "2022-11-23T09:52:22.507263-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Australia",
            "reward": "8.92000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f122a132-17ac-49b4-8283-6e66e384b37e/?format=api"
        }
    ]
}