GET /api/bet_types/e133ee67-d178-4a40-b008-a48e3cbef2a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e133ee67-d178-4a40-b008-a48e3cbef2a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/aee4b686-1aaf-4559-8b59-9fbe3efe926b/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Seoul Dynasty",
                "amount": 6716.0
            },
            {
                "team": "Philadelphia Fusion",
                "amount": 3284.0
            }
        ],
        "expected_reward_tokens": 8865.12,
        "profit_sb": -134.88,
        "profit_sb_percentage": -1.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc1f5643-08a7-4dbd-a57d-3238f0ebbe58",
            "gambit_id": "987f27e6-1471-4d48-a68b-b7cd22f0552d",
            "last_updated": "2022-09-11T20:07:13.592986-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seoul Dynasty",
            "reward": "1.32000",
            "odds": "1.36000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e133ee67-d178-4a40-b008-a48e3cbef2a3/?format=api"
        },
        {
            "id": "55972ff6-6292-4e43-b0aa-97c06f541414",
            "gambit_id": "80aa4781-a579-4823-a787-3ad0ba2138f5",
            "last_updated": "2022-09-11T20:07:13.594124-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Fusion",
            "reward": "2.70000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e133ee67-d178-4a40-b008-a48e3cbef2a3/?format=api"
        }
    ]
}