GET /api/bet_types/da172190-81ad-4418-9962-6977f906b318/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da172190-81ad-4418-9962-6977f906b318",
    "match": "https://api-prod.gambitprofit.com/api/matches/a512f719-7d9a-4eda-8f8a-bac383b91844/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T09:37:12.492197-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": "New York Knicks",
                "amount": 5699.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "bbd9c72d-9986-435b-8c3e-315e7c1bb9ed",
            "gambit_id": "d66d3f18-7032-43b0-b50b-f50a29acd192",
            "last_updated": "2023-03-15T10:07:08.978121-04:00",
            "created_at": "2023-03-14T09:37:12.495047-04:00",
            "name": "New York Knicks",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da172190-81ad-4418-9962-6977f906b318/?format=api"
        },
        {
            "id": "113ec3a4-24d6-4aca-9dc5-e9e7ad83d55f",
            "gambit_id": "13557934-60d7-459d-afc7-e659437a8991",
            "last_updated": "2023-03-15T10:07:08.976426-04:00",
            "created_at": "2023-03-14T09:37:12.493557-04:00",
            "name": "Portland Trail Blazers",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da172190-81ad-4418-9962-6977f906b318/?format=api"
        }
    ]
}