GET /api/bet_types/560ce2c3-8fd0-4310-825d-4a95a0bfee10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "560ce2c3-8fd0-4310-825d-4a95a0bfee10",
    "match": "https://api-prod.gambitprofit.com/api/matches/23b51ce9-3258-4c5f-bf4e-5b57722850fc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-02T09:33:14.254685-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": "TAM (Z Littell)",
                "amount": 5170.0
            },
            {
                "team": "CLE (L Allen)",
                "amount": 4830.0
            }
        ],
        "expected_reward_tokens": 9563.4,
        "profit_sb": 63.4,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "f1a068b8-ddb0-4cb0-bf43-e81ba8309160",
            "gambit_id": "bf2b6aba-c231-45c4-9113-0928b3e98b01",
            "last_updated": "2023-09-04T12:53:28.667652-04:00",
            "created_at": "2023-09-02T09:33:14.267121-04:00",
            "name": "TAM (Z Littell)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/560ce2c3-8fd0-4310-825d-4a95a0bfee10/?format=api"
        },
        {
            "id": "bcc61019-413d-4c04-b6b1-c0a24b60684e",
            "gambit_id": "5144a352-4615-4bcb-9a47-1ed8e8db85f5",
            "last_updated": "2023-09-04T12:53:28.671151-04:00",
            "created_at": "2023-09-02T09:33:14.271530-04:00",
            "name": "CLE (L Allen)",
            "reward": "1.98000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/560ce2c3-8fd0-4310-825d-4a95a0bfee10/?format=api"
        }
    ]
}