GET /api/bet_types/7d70b05c-666a-4724-9a66-320752fda727/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d70b05c-666a-4724-9a66-320752fda727",
    "match": "https://api-prod.gambitprofit.com/api/matches/c22b821d-81bd-4446-8c52-30596a5df0af/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:17.919921-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": "Vancouver Canucks",
                "amount": 6864.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "f077ee8e-0a7a-4da9-9cf1-b3350e480870",
            "gambit_id": "ce2e3813-079d-4b6d-81c8-2e600ea2dea7",
            "last_updated": "2023-04-05T22:47:03.857223-04:00",
            "created_at": "2023-04-04T09:32:17.921093-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d70b05c-666a-4724-9a66-320752fda727/?format=api"
        },
        {
            "id": "174b9cb2-425b-4abc-a0cf-e8c6603dbe58",
            "gambit_id": "88322fd5-547d-46ff-a037-60f8cef4438d",
            "last_updated": "2023-04-05T22:47:03.858782-04:00",
            "created_at": "2023-04-04T09:32:17.922622-04:00",
            "name": "Seattle Kraken",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d70b05c-666a-4724-9a66-320752fda727/?format=api"
        }
    ]
}