GET /api/bet_types/9b163511-23ce-4885-82d0-a99112f78c49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b163511-23ce-4885-82d0-a99112f78c49",
    "match": "https://api-prod.gambitprofit.com/api/matches/c09835ac-da8f-4931-88b7-69e90b047f99/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-03T09:56:52.953500-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": 5699.0
            },
            {
                "team": "BOS",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "422a478d-a083-4237-8636-008c8a6326aa",
            "gambit_id": "23a2f133-3bf6-4617-8732-311b4a6f7470",
            "last_updated": "2023-04-04T19:27:06.130208-04:00",
            "created_at": "2023-04-03T09:56:52.957299-04:00",
            "name": "PIT",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b163511-23ce-4885-82d0-a99112f78c49/?format=api"
        },
        {
            "id": "0fb78dd5-6146-40ea-a9db-c4b09b8f1dd2",
            "gambit_id": "3bddd8a1-d4b0-4cf9-a0d9-41ec9923cf8b",
            "last_updated": "2023-04-04T19:27:06.128231-04:00",
            "created_at": "2023-04-03T09:56:52.955231-04:00",
            "name": "BOS",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b163511-23ce-4885-82d0-a99112f78c49/?format=api"
        }
    ]
}