GET /api/bet_types/a7d2e1bf-a9b9-4a18-a8ec-9dabcf5ad559/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7d2e1bf-a9b9-4a18-a8ec-9dabcf5ad559",
    "match": "https://api-prod.gambitprofit.com/api/matches/e74027f3-1dcc-4606-b088-5dd9380c3d8a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-07T09:27:13.762869-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": "SFO (A Cobb)",
                "amount": 6557.0
            },
            {
                "team": "KAN (B Keller)",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 9571.54,
        "profit_sb": 71.54,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee56f2f2-fbcf-4d0f-bfb0-d759c03171d8",
            "gambit_id": "3bcb72ce-42a5-439a-940d-7b7a0065e08c",
            "last_updated": "2023-04-10T15:27:16.211433-04:00",
            "created_at": "2023-04-07T09:27:13.764502-04:00",
            "name": "SFO (A Cobb)",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7d2e1bf-a9b9-4a18-a8ec-9dabcf5ad559/?format=api"
        },
        {
            "id": "d7c3c213-96d9-4081-829f-e8d0fb45873c",
            "gambit_id": "e2c7c087-594d-46d7-97cd-ea5a41a95983",
            "last_updated": "2023-04-10T15:27:16.213596-04:00",
            "created_at": "2023-04-07T09:27:13.766348-04:00",
            "name": "KAN (B Keller)",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7d2e1bf-a9b9-4a18-a8ec-9dabcf5ad559/?format=api"
        }
    ]
}