GET /api/bet_types/ff934040-698b-41a1-8e0a-849cab7206ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff934040-698b-41a1-8e0a-849cab7206ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e5850a4-2d84-47a2-be6d-e9baa95e1122/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-05T14:19:53.469133-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": "Detroit Red Wings",
                "amount": 6864.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "2567d303-ccd7-45e7-a1f5-6284ee8716d8",
            "gambit_id": "69d88f28-9b60-4774-9b52-0fa02af458aa",
            "last_updated": "2023-03-06T19:17:19.202306-05:00",
            "created_at": "2023-03-05T14:19:53.472289-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff934040-698b-41a1-8e0a-849cab7206ee/?format=api"
        },
        {
            "id": "749a1c7c-6f0a-4486-aa57-9f0a5905f7b3",
            "gambit_id": "bb3188be-1b08-43a1-8e23-01ed7721196a",
            "last_updated": "2023-03-06T19:17:19.201176-05:00",
            "created_at": "2023-03-05T14:19:53.470656-05:00",
            "name": "Philadelphia Flyers",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff934040-698b-41a1-8e0a-849cab7206ee/?format=api"
        }
    ]
}