GET /api/bet_types/7c7515da-7658-4da7-bde7-bc75210938d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c7515da-7658-4da7-bde7-bc75210938d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/153b70fa-3326-40e8-8b34-9ca3f8279bdb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-21T08:53:23.581773-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": 5000.0
            },
            {
                "team": "NYY",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d00c897-a91b-47e9-bfc3-25dfa5a7f504",
            "gambit_id": "3332fb80-26a6-4823-b741-3544dce2b477",
            "last_updated": "2023-07-22T11:33:24.025775-04:00",
            "created_at": "2023-07-21T08:53:23.583281-04:00",
            "name": "KAN",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c7515da-7658-4da7-bde7-bc75210938d4/?format=api"
        },
        {
            "id": "b50cbd68-542b-407c-9aaf-893a690829f5",
            "gambit_id": "5d09a184-28a6-4546-a134-576b18cea8f2",
            "last_updated": "2023-07-22T11:33:24.029665-04:00",
            "created_at": "2023-07-21T08:53:23.584760-04:00",
            "name": "NYY",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c7515da-7658-4da7-bde7-bc75210938d4/?format=api"
        }
    ]
}