GET /api/bet_types/be2e5682-e0c0-49c8-81cf-be9b64fa28cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be2e5682-e0c0-49c8-81cf-be9b64fa28cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c089f694-91f9-4b29-983b-f060de987ba2/?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": "Everton",
                "amount": 5170.0
            },
            {
                "team": "Bournemouth",
                "amount": 4830.0
            }
        ],
        "expected_reward_tokens": 12459.7,
        "profit_sb": 3459.7,
        "profit_sb_percentage": 38.44,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 3613.0
            },
            {
                "team": "Bournemouth",
                "amount": 3375.0
            },
            {
                "team": "Draw",
                "amount": 3013.0
            }
        ],
        "expected_reward_tokens": 8707.33,
        "profit_sb": -292.67,
        "profit_sb_percentage": -3.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "51b3fe5c-3d9c-447a-b397-feb5487d227d",
            "gambit_id": "bfd2a297-a781-4335-9d6b-0f6966d3ac03",
            "last_updated": "2022-12-24T17:12:21.140602-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Everton",
            "reward": "2.41000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be2e5682-e0c0-49c8-81cf-be9b64fa28cb/?format=api"
        },
        {
            "id": "58a8595e-0767-4537-b981-27739fca041c",
            "gambit_id": "09233178-d354-459a-8874-50550eaba298",
            "last_updated": "2022-12-24T17:12:21.141767-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bournemouth",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be2e5682-e0c0-49c8-81cf-be9b64fa28cb/?format=api"
        },
        {
            "id": "d6f87501-0fe2-4221-ae76-5480561b5784",
            "gambit_id": "db07745b-b763-48f4-abd8-a559d77b6113",
            "last_updated": "2022-12-24T17:12:21.142874-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.89000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be2e5682-e0c0-49c8-81cf-be9b64fa28cb/?format=api"
        }
    ]
}