GET /api/bet_types/0901719f-97a2-4dc3-a06d-256ef780e81a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0901719f-97a2-4dc3-a06d-256ef780e81a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f977f04-3190-4c40-b01b-0a43ada6a8ff/?format=api",
    "name": "Play the Odds",
    "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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9f3f653-3dff-4034-82da-270daeb149d1",
            "gambit_id": "426c9201-df7e-4101-ad0e-0a417da60219",
            "last_updated": "2022-12-15T10:22:24.292439-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0901719f-97a2-4dc3-a06d-256ef780e81a/?format=api"
        },
        {
            "id": "5da4e941-6026-40d5-b6b5-d4917929a444",
            "gambit_id": "4a88ebfd-b2cc-4fda-9ce0-610e3ccde567",
            "last_updated": "2022-12-15T10:22:24.291380-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0901719f-97a2-4dc3-a06d-256ef780e81a/?format=api"
        }
    ]
}