GET /api/bet_types/9cbdcc5e-753b-43f6-a5f4-f7f1d500babd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cbdcc5e-753b-43f6-a5f4-f7f1d500babd",
    "match": "https://api-prod.gambitprofit.com/api/matches/7db5ca72-12b8-49a7-b8b2-6120e796d953/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-26T09:18:16.144321-04: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": "CLE (G Williams)",
                "amount": 6359.0
            },
            {
                "team": "KAN (A Marsh)",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9538.5,
        "profit_sb": 38.5,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "eab5a5ec-b610-44f1-b925-23765ab1b3d9",
            "gambit_id": "3681750e-9d3d-4493-bcc6-2609e2663b00",
            "last_updated": "2023-07-27T23:03:19.315020-04:00",
            "created_at": "2023-07-26T09:18:16.152063-04:00",
            "name": "CLE (G Williams)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cbdcc5e-753b-43f6-a5f4-f7f1d500babd/?format=api"
        },
        {
            "id": "53d40572-4e81-430d-99df-5f3069aea7d5",
            "gambit_id": "279183b5-a5cd-435b-b699-53bfd7b2ef68",
            "last_updated": "2023-07-27T23:03:19.311333-04:00",
            "created_at": "2023-07-26T09:18:16.148142-04:00",
            "name": "KAN (A Marsh)",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cbdcc5e-753b-43f6-a5f4-f7f1d500babd/?format=api"
        }
    ]
}