GET /api/bet_types/e7589416-b5e2-487b-a12b-c62f066cdae5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7589416-b5e2-487b-a12b-c62f066cdae5",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd15ec05-d12b-46fd-95ad-9f630344e8d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-18T17:53:22.431388-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": 5751.0
            },
            {
                "team": "Tottenham",
                "amount": 4249.0
            }
        ],
        "expected_reward_tokens": 12364.59,
        "profit_sb": 2864.59,
        "profit_sb_percentage": 30.15,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 4290.0
            },
            {
                "team": "Tottenham",
                "amount": 3169.0
            },
            {
                "team": "Draw",
                "amount": 2541.0
            }
        ],
        "expected_reward_tokens": 9221.79,
        "profit_sb": -278.21,
        "profit_sb_percentage": -2.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "f153fb5c-83e4-4a3b-801a-6edf708017f3",
            "gambit_id": "b3f39532-8d93-4143-86fa-e1b5bbac2fd4",
            "last_updated": "2023-08-22T09:37:58.442085-04:00",
            "created_at": "2023-08-18T17:53:22.449374-04:00",
            "name": "Manchester United",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7589416-b5e2-487b-a12b-c62f066cdae5/?format=api"
        },
        {
            "id": "2d03e891-7f00-4f4d-8f4d-c8409070edff",
            "gambit_id": "b2faf91b-3349-486d-b62b-a62c3d00c7b6",
            "last_updated": "2023-08-22T09:37:58.438610-04:00",
            "created_at": "2023-08-18T17:53:22.443049-04:00",
            "name": "Tottenham",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7589416-b5e2-487b-a12b-c62f066cdae5/?format=api"
        },
        {
            "id": "47c5332c-45ce-4e5f-bfb4-1f5f72f801ed",
            "gambit_id": "8c13bdb1-6155-4e25-9fa0-8626fdefbe45",
            "last_updated": "2023-08-22T09:37:58.435002-04:00",
            "created_at": "2023-08-18T17:53:22.435799-04:00",
            "name": "Draw",
            "reward": "3.63000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7589416-b5e2-487b-a12b-c62f066cdae5/?format=api"
        }
    ]
}