GET /api/bet_types/9ec0a543-b53d-4f0d-beac-3a2a43c7ae90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ec0a543-b53d-4f0d-beac-3a2a43c7ae90",
    "match": "https://api-prod.gambitprofit.com/api/matches/06cc3d6a-a312-400f-b506-b502e4fd5051/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-06T08:38:17.348862-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": "COL",
                "amount": 5107.0
            },
            {
                "team": "STL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "663ddac1-dc47-4f2b-828b-3d9dc4850f5d",
            "gambit_id": "06a35f2f-9a03-4d4e-b66d-5b2ddc94c6c6",
            "last_updated": "2023-08-07T19:28:12.277332-04:00",
            "created_at": "2023-08-06T08:38:17.353638-04:00",
            "name": "COL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ec0a543-b53d-4f0d-beac-3a2a43c7ae90/?format=api"
        },
        {
            "id": "f4f9e603-e31b-4704-89ca-c22101fbc83b",
            "gambit_id": "56777c58-1a16-43e1-837b-5549785363c7",
            "last_updated": "2023-08-07T19:28:12.280974-04:00",
            "created_at": "2023-08-06T08:38:17.359907-04:00",
            "name": "STL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ec0a543-b53d-4f0d-beac-3a2a43c7ae90/?format=api"
        }
    ]
}