GET /api/bet_types/201756c6-4a8a-49d4-9412-5fda05871533/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "201756c6-4a8a-49d4-9412-5fda05871533",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e2c7483-e18a-4a71-8355-db37ec7a9a73/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T08:23:20.459514-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": "Washington Wizards",
                "amount": 5094.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "52c5200c-a84c-41f0-99dc-8ccb03067d0a",
            "gambit_id": "02e5d89d-2ee5-4a93-be2a-9157bb213385",
            "last_updated": "2023-11-12T11:28:24.005927-05:00",
            "created_at": "2023-11-10T08:23:20.468886-05:00",
            "name": "Washington Wizards",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/201756c6-4a8a-49d4-9412-5fda05871533/?format=api"
        },
        {
            "id": "d4943fe1-654a-4b37-8698-9184b7c0ebcc",
            "gambit_id": "db0b0276-4998-4c75-a5d6-82f148e4a027",
            "last_updated": "2023-11-12T11:28:24.002044-05:00",
            "created_at": "2023-11-10T08:23:20.464214-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/201756c6-4a8a-49d4-9412-5fda05871533/?format=api"
        }
    ]
}