GET /api/bet_types/3eb900e1-f144-444f-ad0f-9776b76a54a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3eb900e1-f144-444f-ad0f-9776b76a54a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1870076-7a7e-4bec-bdce-e2c75ad51fb7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T19:28:12.286489-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 6464.0
            },
            {
                "team": "Draw",
                "amount": 3536.0
            }
        ],
        "expected_reward_tokens": 12022.4,
        "profit_sb": 2522.4,
        "profit_sb_percentage": 26.55,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 4964.0
            },
            {
                "team": "Draw",
                "amount": 2716.0
            },
            {
                "team": "Crystal Palace",
                "amount": 2320.0
            }
        ],
        "expected_reward_tokens": 9233.04,
        "profit_sb": -266.96,
        "profit_sb_percentage": -2.81,
        "recommended": false
    },
    "lines": [
        {
            "id": "387cac47-ab13-4380-b6bf-45676f7cb785",
            "gambit_id": "ff4b0629-70bc-4cfc-8a45-fd3a43cfe793",
            "last_updated": "2023-12-05T21:13:18.114413-05:00",
            "created_at": "2023-12-01T19:28:12.293932-05:00",
            "name": "West Ham United",
            "reward": "1.86000",
            "odds": "1.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eb900e1-f144-444f-ad0f-9776b76a54a6/?format=api"
        },
        {
            "id": "72ad06e7-d5e2-49b5-ad28-37cce108d75f",
            "gambit_id": "3bb2071f-9170-4f60-b9ac-66ac1d939e8d",
            "last_updated": "2023-12-05T21:13:18.110955-05:00",
            "created_at": "2023-12-01T19:28:12.290270-05:00",
            "name": "Draw",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eb900e1-f144-444f-ad0f-9776b76a54a6/?format=api"
        },
        {
            "id": "4f01b5f9-e51d-4823-ba5d-cca660465311",
            "gambit_id": "c1afae08-93ea-4381-b95a-49e29c7674c5",
            "last_updated": "2023-12-05T21:13:18.117764-05:00",
            "created_at": "2023-12-01T19:28:12.297617-05:00",
            "name": "Crystal Palace",
            "reward": "3.98000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eb900e1-f144-444f-ad0f-9776b76a54a6/?format=api"
        }
    ]
}