GET /api/bet_types/4e4f73f9-ec2a-43d9-8b1a-ab0c0c0b6132/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e4f73f9-ec2a-43d9-8b1a-ab0c0c0b6132",
    "match": "https://api-prod.gambitprofit.com/api/matches/a771cbbc-26be-4906-92d4-a9c455282ae4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:06.841447-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": "Tampa Bay Lightning",
                "amount": 6927.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3073.0
            }
        ],
        "expected_reward_tokens": 9557.03,
        "profit_sb": 57.03,
        "profit_sb_percentage": 0.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "27f4db46-2684-4a2e-b4d3-673dd30a3f98",
            "gambit_id": "f71b4ae8-1a7b-4624-b6f7-4e730b99c50d",
            "last_updated": "2023-01-20T10:01:57.271633-05:00",
            "created_at": "2023-01-19T09:22:06.844490-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e4f73f9-ec2a-43d9-8b1a-ab0c0c0b6132/?format=api"
        },
        {
            "id": "6222205d-17c1-4b0d-b4df-5dc390c97edf",
            "gambit_id": "c25296d2-b698-4340-bf1e-ec70fd09a1f7",
            "last_updated": "2023-01-20T10:01:57.270460-05:00",
            "created_at": "2023-01-19T09:22:06.843191-05:00",
            "name": "Edmonton Oilers",
            "reward": "3.11000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e4f73f9-ec2a-43d9-8b1a-ab0c0c0b6132/?format=api"
        }
    ]
}