GET /api/bet_types/d987e2b5-5053-4c70-aabd-7c23363f5d00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d987e2b5-5053-4c70-aabd-7c23363f5d00",
    "match": "https://api-prod.gambitprofit.com/api/matches/64f10b2a-9025-4983-8b39-8a109769a9d5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-27T08:57:17.758365-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": "Columbus Blue Jackets",
                "amount": 5945.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "116ddc83-4ebc-4777-b737-1c2eed1d0986",
            "gambit_id": "2668646d-8f9d-4b87-a51a-cb32da56e3cc",
            "last_updated": "2023-01-28T11:37:02.039198-05:00",
            "created_at": "2023-01-27T08:57:17.760801-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d987e2b5-5053-4c70-aabd-7c23363f5d00/?format=api"
        },
        {
            "id": "78820638-d21c-4f2d-b030-f7a165f00a2a",
            "gambit_id": "efd9b86e-e075-4ef1-9fa5-a5690d209e49",
            "last_updated": "2023-01-28T11:37:02.037413-05:00",
            "created_at": "2023-01-27T08:57:17.759564-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d987e2b5-5053-4c70-aabd-7c23363f5d00/?format=api"
        }
    ]
}