GET /api/bet_types/4088fdaf-09b2-4043-84c4-f760d62eef5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4088fdaf-09b2-4043-84c4-f760d62eef5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/83349f30-9018-4be1-a0bf-50b9ea8ba9cd/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "NYY",
                "amount": 5097.0
            },
            {
                "team": "BOS",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e1220c6-e047-4f6f-89c3-3b9864e34254",
            "gambit_id": "353cf3a2-b5e7-4c64-8a0f-f84614f0822b",
            "last_updated": "2022-09-24T21:17:24.664691-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4088fdaf-09b2-4043-84c4-f760d62eef5f/?format=api"
        },
        {
            "id": "7fa31c70-d126-4dce-b70d-18c15b7800f2",
            "gambit_id": "6b6c9892-eef7-4054-9bd0-4b1293f791d4",
            "last_updated": "2022-09-24T21:17:24.665678-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4088fdaf-09b2-4043-84c4-f760d62eef5f/?format=api"
        }
    ]
}