GET /api/bet_types/7367d939-e182-4b7d-a8fa-598d6c370b2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7367d939-e182-4b7d-a8fa-598d6c370b2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/fac69ce1-be12-4194-98cb-77304c4ff41b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-02T11:52:04.710186-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": "CWS",
                "amount": 5107.0
            },
            {
                "team": "MIN",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3d9c1db-6736-4b3a-ad78-72323f3b35fb",
            "gambit_id": "6f910ef3-f27c-4d10-8563-01d809eb402f",
            "last_updated": "2023-05-03T12:12:13.479041-04:00",
            "created_at": "2023-05-02T11:52:04.711585-04:00",
            "name": "CWS",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7367d939-e182-4b7d-a8fa-598d6c370b2a/?format=api"
        },
        {
            "id": "2b0f8548-ba5d-4d82-ae14-8deb1b235b1e",
            "gambit_id": "9f0b9f78-1398-45e7-bfaa-bb746cf5ce72",
            "last_updated": "2023-05-03T12:12:13.480324-04:00",
            "created_at": "2023-05-02T11:52:04.713105-04:00",
            "name": "MIN",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7367d939-e182-4b7d-a8fa-598d6c370b2a/?format=api"
        }
    ]
}