GET /api/bet_types/505f66a0-f054-4884-a8bd-e7c7189fc4ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "505f66a0-f054-4884-a8bd-e7c7189fc4ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6ee1e7c-ba1f-4b20-a541-b78848dfee40/?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": "Boston Celtics",
                "amount": 7790.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2210.0
            }
        ],
        "expected_reward_tokens": 9503.0,
        "profit_sb": 3.0,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ee5f6f1-d524-41ad-b812-3971f5dd03b2",
            "gambit_id": "b605e876-cdc8-4af2-a347-b55ac95ab221",
            "last_updated": "2022-10-31T12:07:12.122582-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.22000",
            "odds": "1.22730",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/505f66a0-f054-4884-a8bd-e7c7189fc4ba/?format=api"
        },
        {
            "id": "12af8adb-544b-4951-8eee-47d543ec6571",
            "gambit_id": "00af69c4-ceb3-4c82-b038-533f39baa2d3",
            "last_updated": "2022-10-31T12:07:12.123519-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "4.30000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/505f66a0-f054-4884-a8bd-e7c7189fc4ba/?format=api"
        }
    ]
}