GET /api/bet_types/d30542a4-345a-47d7-8ac6-e51a689bd93e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d30542a4-345a-47d7-8ac6-e51a689bd93e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b64b2d8d-10c8-49d7-ad37-a0cf682c6aee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-16T17:37:20.200241-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 5709.0
            },
            {
                "team": "Draw",
                "amount": 4291.0
            }
        ],
        "expected_reward_tokens": 13130.46,
        "profit_sb": 3630.46,
        "profit_sb_percentage": 38.22,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 4014.0
            },
            {
                "team": "Draw",
                "amount": 3017.0
            },
            {
                "team": "Leeds United",
                "amount": 2969.0
            }
        ],
        "expected_reward_tokens": 9232.02,
        "profit_sb": -267.98,
        "profit_sb_percentage": -2.82,
        "recommended": false
    },
    "lines": [
        {
            "id": "9cddfbbb-92b7-4ba0-ac54-96c1800ac5b9",
            "gambit_id": "9dd6ea52-4230-4f07-9ab9-1cbee3cd5108",
            "last_updated": "2023-03-20T10:07:02.203201-04:00",
            "created_at": "2023-03-16T17:37:20.204462-04:00",
            "name": "Wolverhampton Wanderers",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d30542a4-345a-47d7-8ac6-e51a689bd93e/?format=api"
        },
        {
            "id": "e01c8d62-d3d2-4289-84fe-42c8bb9efe1a",
            "gambit_id": "49eef694-b863-438d-a75e-77441d1956a6",
            "last_updated": "2023-03-20T10:07:02.205649-04:00",
            "created_at": "2023-03-16T17:37:20.206231-04:00",
            "name": "Draw",
            "reward": "3.06000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d30542a4-345a-47d7-8ac6-e51a689bd93e/?format=api"
        },
        {
            "id": "978f43cf-1ec5-4d26-bab8-93d1cbb63aeb",
            "gambit_id": "32ee185f-b723-43e5-a054-a65aa668f7ea",
            "last_updated": "2023-03-20T10:07:02.200327-04:00",
            "created_at": "2023-03-16T17:37:20.202525-04:00",
            "name": "Leeds United",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d30542a4-345a-47d7-8ac6-e51a689bd93e/?format=api"
        }
    ]
}