GET /api/bet_types/7512f321-a5ff-45c2-b61b-c5ba194aaf4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7512f321-a5ff-45c2-b61b-c5ba194aaf4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fac732c-eff6-4215-8a7d-6f19b59aebdc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-15T09:07:12.513123-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": "St Louis Blues",
                "amount": 6458.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a3b00e3-f58c-4f5e-965c-c1ac7dbd90ca",
            "gambit_id": "f697dba2-46c4-452d-a98f-8a131d4e4c8b",
            "last_updated": "2023-03-16T17:37:22.434662-04:00",
            "created_at": "2023-03-15T09:07:12.515284-04:00",
            "name": "St Louis Blues",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7512f321-a5ff-45c2-b61b-c5ba194aaf4b/?format=api"
        },
        {
            "id": "b7db073a-42ad-48b5-b58f-28073d13dc1e",
            "gambit_id": "42008410-a183-4231-ac33-43b5f750e033",
            "last_updated": "2023-03-16T17:37:22.436451-04:00",
            "created_at": "2023-03-15T09:07:12.517621-04:00",
            "name": "Minnesota Wild",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7512f321-a5ff-45c2-b61b-c5ba194aaf4b/?format=api"
        }
    ]
}