GET /api/bet_types/43554123-1999-43ed-8eb5-d0d9e9e75f78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43554123-1999-43ed-8eb5-d0d9e9e75f78",
    "match": "https://api-prod.gambitprofit.com/api/matches/092a5796-4262-422a-accb-a9c1d6dddebb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-12T09:23:00.002282-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": "KAN",
                "amount": 6090.0
            },
            {
                "team": "CWS",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f6da098-33d5-40a5-aaa7-88ece4d83409",
            "gambit_id": "3b534f14-3218-4562-bec2-f0e91a06bfbd",
            "last_updated": "2023-09-15T16:38:18.107741-04:00",
            "created_at": "2023-09-12T09:23:00.007400-04:00",
            "name": "KAN",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43554123-1999-43ed-8eb5-d0d9e9e75f78/?format=api"
        },
        {
            "id": "8359134e-9e28-4323-8be3-57fcbc5b4537",
            "gambit_id": "fc23bd1e-47ba-426e-97e8-5718d0ef6800",
            "last_updated": "2023-09-15T16:38:18.111086-04:00",
            "created_at": "2023-09-12T09:23:00.028106-04:00",
            "name": "CWS",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43554123-1999-43ed-8eb5-d0d9e9e75f78/?format=api"
        }
    ]
}