GET /api/bet_types/8dfc87a3-3e5d-47ea-83a5-26b296501fbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dfc87a3-3e5d-47ea-83a5-26b296501fbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/a869cf6d-7671-4aa2-a885-5a144490a3bf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-22T08:38:10.648121-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": "NYY",
                "amount": 5319.0
            },
            {
                "team": "KAN",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b144c59-071c-40f2-9c45-f9104ea3d4b9",
            "gambit_id": "ee35f231-4745-4b50-8d32-e5e8797d556c",
            "last_updated": "2023-07-23T22:02:58.177017-04:00",
            "created_at": "2023-07-22T08:38:10.656778-04:00",
            "name": "NYY",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dfc87a3-3e5d-47ea-83a5-26b296501fbd/?format=api"
        },
        {
            "id": "32e15aa1-e3e0-466b-94e0-6d23c576e28e",
            "gambit_id": "96dbe0cc-aee1-48ef-837b-90a735bc01f9",
            "last_updated": "2023-07-23T22:02:58.173769-04:00",
            "created_at": "2023-07-22T08:38:10.652213-04:00",
            "name": "KAN",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dfc87a3-3e5d-47ea-83a5-26b296501fbd/?format=api"
        }
    ]
}