GET /api/bet_types/821393ba-1012-459f-afca-8de489943e7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "821393ba-1012-459f-afca-8de489943e7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6267b016-21b6-4617-89b1-74184fc9dd60/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-03T20:08:21.672746-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 5370.0
            },
            {
                "team": "Everton",
                "amount": 4630.0
            }
        ],
        "expected_reward_tokens": 12778.8,
        "profit_sb": 3278.8,
        "profit_sb_percentage": 34.51,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 3864.0
            },
            {
                "team": "Everton",
                "amount": 3332.0
            },
            {
                "team": "Draw",
                "amount": 2804.0
            }
        ],
        "expected_reward_tokens": 9196.32,
        "profit_sb": -303.68,
        "profit_sb_percentage": -3.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "b890e15a-3efb-4393-a084-db6ffac9f9e4",
            "gambit_id": "a49c5535-9fd5-4d65-a3d7-df778c446a93",
            "last_updated": "2023-11-06T10:28:10.355027-05:00",
            "created_at": "2023-11-03T20:08:21.681975-04:00",
            "name": "Brighton & Hove Albion",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/821393ba-1012-459f-afca-8de489943e7e/?format=api"
        },
        {
            "id": "7d193abf-d5ef-4d8b-a1ed-0858541e60b4",
            "gambit_id": "1216bb8e-bead-4761-984f-93c96a756d0b",
            "last_updated": "2023-11-06T10:28:10.351736-05:00",
            "created_at": "2023-11-03T20:08:21.677198-04:00",
            "name": "Everton",
            "reward": "2.76000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/821393ba-1012-459f-afca-8de489943e7e/?format=api"
        },
        {
            "id": "2cd5ead7-375a-499f-bce1-f1ca2913ba77",
            "gambit_id": "6ce4e2c2-b849-4f85-9033-7900ee76551d",
            "last_updated": "2023-11-06T10:28:10.358215-05:00",
            "created_at": "2023-11-03T20:08:21.685913-04:00",
            "name": "Draw",
            "reward": "3.28000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/821393ba-1012-459f-afca-8de489943e7e/?format=api"
        }
    ]
}