GET /api/bet_types/86dc18ab-1fbd-4586-bf23-320e81a781d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86dc18ab-1fbd-4586-bf23-320e81a781d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/31abf563-9220-47d3-8adc-c8cf93771f87/?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": "Benfica",
                "amount": 6946.0
            },
            {
                "team": "Draw",
                "amount": 3054.0
            }
        ],
        "expected_reward_tokens": 11391.42,
        "profit_sb": 2391.42,
        "profit_sb_percentage": 26.57,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Benfica",
                "amount": 5385.0
            },
            {
                "team": "Draw",
                "amount": 2368.0
            },
            {
                "team": "Maccabi Haifa",
                "amount": 2247.0
            }
        ],
        "expected_reward_tokens": 8830.71,
        "profit_sb": -169.29,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b972817-9293-44cf-8427-808bf9c6f850",
            "gambit_id": "d40cee7e-8e6d-4bce-b56c-684b45af49d4",
            "last_updated": "2022-11-03T10:03:15.938802-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Benfica",
            "reward": "1.64000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86dc18ab-1fbd-4586-bf23-320e81a781d3/?format=api"
        },
        {
            "id": "bd280310-8363-4607-a2d0-f0a5c720b963",
            "gambit_id": "3d4c3fb8-7931-4fa5-aa12-96820dc1a260",
            "last_updated": "2022-11-03T10:03:15.940778-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.73000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86dc18ab-1fbd-4586-bf23-320e81a781d3/?format=api"
        },
        {
            "id": "ffb9c500-2190-4645-ace9-6dcad4f01e7b",
            "gambit_id": "88d8320a-b30b-4174-a95b-238a70d98e20",
            "last_updated": "2022-11-03T10:03:15.939782-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maccabi Haifa",
            "reward": "3.93000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86dc18ab-1fbd-4586-bf23-320e81a781d3/?format=api"
        }
    ]
}