GET /api/bet_types/12ed4c59-b23a-4567-9368-287ba80b093e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12ed4c59-b23a-4567-9368-287ba80b093e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9780b4f3-39a8-4d4b-9d00-de2b8786a43d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-16T10:23:21.349085-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": "PIT",
                "amount": 6324.0
            },
            {
                "team": "NYM",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "8010de43-9488-48b4-b727-b066145dd592",
            "gambit_id": "acdb531f-d349-483a-98bd-913be6186eb5",
            "last_updated": "2023-08-18T10:18:04.827156-04:00",
            "created_at": "2023-08-16T10:23:21.354175-04:00",
            "name": "PIT",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12ed4c59-b23a-4567-9368-287ba80b093e/?format=api"
        },
        {
            "id": "2380da17-1efa-4b41-95c1-f08f99a708fa",
            "gambit_id": "22c1deec-cade-4459-8abf-b243b28f1f9b",
            "last_updated": "2023-08-18T10:18:04.831076-04:00",
            "created_at": "2023-08-16T10:23:21.360086-04:00",
            "name": "NYM",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12ed4c59-b23a-4567-9368-287ba80b093e/?format=api"
        }
    ]
}