GET /api/bet_types/42c944bc-2c25-4095-aedf-6c060d294efa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42c944bc-2c25-4095-aedf-6c060d294efa",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e557fcf-434c-464c-b278-0fac9668b73a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-03T20:08:20.759691-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 5556.0
            },
            {
                "team": "Fulham",
                "amount": 4444.0
            }
        ],
        "expected_reward_tokens": 12665.4,
        "profit_sb": 3165.4,
        "profit_sb_percentage": 33.32,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 4025.0
            },
            {
                "team": "Fulham",
                "amount": 3220.0
            },
            {
                "team": "Draw",
                "amount": 2756.0
            }
        ],
        "expected_reward_tokens": 9177.0,
        "profit_sb": -323.0,
        "profit_sb_percentage": -3.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2368eb6-cc12-4c09-8d6d-ae2d05d9238c",
            "gambit_id": "4437d104-55df-427d-bce1-a939c6f7b840",
            "last_updated": "2023-11-06T10:33:10.842308-05:00",
            "created_at": "2023-11-03T20:08:20.775601-04:00",
            "name": "Manchester United",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42c944bc-2c25-4095-aedf-6c060d294efa/?format=api"
        },
        {
            "id": "85bf7c4a-998a-402b-83fa-313b161c6e6f",
            "gambit_id": "4bd1570c-5204-4ffc-aced-b70cc1b5aba4",
            "last_updated": "2023-11-06T10:33:10.838919-05:00",
            "created_at": "2023-11-03T20:08:20.770950-04:00",
            "name": "Fulham",
            "reward": "2.85000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42c944bc-2c25-4095-aedf-6c060d294efa/?format=api"
        },
        {
            "id": "31ed476b-1f5d-4769-8954-52d639ac436f",
            "gambit_id": "8e37b584-caee-41a8-a375-ad1437855eb4",
            "last_updated": "2023-11-06T10:33:10.835237-05:00",
            "created_at": "2023-11-03T20:08:20.765994-04:00",
            "name": "Draw",
            "reward": "3.33000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42c944bc-2c25-4095-aedf-6c060d294efa/?format=api"
        }
    ]
}