GET /api/bet_types/11bcf70b-64b2-4898-8f82-cf99b6f95a2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11bcf70b-64b2-4898-8f82-cf99b6f95a2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ded2533c-b9fc-4b39-b467-6f18800f5f1e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-28T12:37:00.299759-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": "St Louis Blues",
                "amount": 6326.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "25bef009-0a4b-473c-a922-74de91f92b37",
            "gambit_id": "9bf5330f-a4c9-49f2-901b-d5d449008138",
            "last_updated": "2023-03-01T09:47:13.404801-05:00",
            "created_at": "2023-02-28T12:37:00.301013-05:00",
            "name": "St Louis Blues",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11bcf70b-64b2-4898-8f82-cf99b6f95a2e/?format=api"
        },
        {
            "id": "992c80b9-b596-4a70-8296-8851e19d6dfa",
            "gambit_id": "c5fecf65-042c-47fa-985c-701cf0ed7c2f",
            "last_updated": "2023-03-01T09:47:13.405938-05:00",
            "created_at": "2023-02-28T12:37:00.302248-05:00",
            "name": "Seattle Kraken",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11bcf70b-64b2-4898-8f82-cf99b6f95a2e/?format=api"
        }
    ]
}