GET /api/bet_types/5474d7c0-791e-4602-8aa8-d5ed9a7b684f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5474d7c0-791e-4602-8aa8-d5ed9a7b684f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd470bd7-0185-4c21-b1e3-1f9e4420dbc3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-12T09:23:00.517024-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": "WAS",
                "amount": 5939.0
            },
            {
                "team": "PIT",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "1530494c-4729-42cb-a1da-bf9400a3e77e",
            "gambit_id": "bc6c45a4-e68b-424a-96e8-063af868665a",
            "last_updated": "2023-09-13T19:03:19.307063-04:00",
            "created_at": "2023-09-12T09:23:00.521771-04:00",
            "name": "WAS",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5474d7c0-791e-4602-8aa8-d5ed9a7b684f/?format=api"
        },
        {
            "id": "3b93f038-efe3-471b-bc00-d865ab023b8b",
            "gambit_id": "3fbfea46-02d6-40bb-bc17-2da3804e0fe0",
            "last_updated": "2023-09-13T19:03:19.310496-04:00",
            "created_at": "2023-09-12T09:23:00.527223-04:00",
            "name": "PIT",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5474d7c0-791e-4602-8aa8-d5ed9a7b684f/?format=api"
        }
    ]
}