GET /api/bet_types/5315897e-e430-4cbe-be4d-a3b3620ed459/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5315897e-e430-4cbe-be4d-a3b3620ed459",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d2d4b09-80ff-43a2-b3b0-7a891b8d06d2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-23T09:18:01.688618-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": "Golden State Warriors",
                "amount": 7480.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2520.0
            }
        ],
        "expected_reward_tokens": 9499.6,
        "profit_sb": -0.4,
        "profit_sb_percentage": -0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d21eba27-d6f5-49bd-9472-8601c43a404e",
            "gambit_id": "8c485ac0-698c-495c-b00c-6c047060ac18",
            "last_updated": "2023-12-26T15:08:11.727817-05:00",
            "created_at": "2023-12-23T09:18:01.695999-05:00",
            "name": "Golden State Warriors",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5315897e-e430-4cbe-be4d-a3b3620ed459/?format=api"
        },
        {
            "id": "1437e067-a727-4e33-8b6b-85c648f755c6",
            "gambit_id": "e701e7b9-ccb6-4068-a39a-98e046d18bd5",
            "last_updated": "2023-12-26T15:08:11.724693-05:00",
            "created_at": "2023-12-23T09:18:01.692200-05:00",
            "name": "Portland Trail Blazers",
            "reward": "3.77000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5315897e-e430-4cbe-be4d-a3b3620ed459/?format=api"
        }
    ]
}