GET /api/bet_types/e4f546a8-b76c-4dd6-ae54-4a119755eee8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4f546a8-b76c-4dd6-ae54-4a119755eee8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6e6977e-b0b2-4027-b557-be44d0d5f624/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "New Jersey Devils",
                "amount": 6723.0
            },
            {
                "team": "New York Rangers",
                "amount": 3277.0
            }
        ],
        "expected_reward_tokens": 9142.83,
        "profit_sb": 142.83,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "1c534cef-4cfe-4ef9-97d2-4fd35c6450f5",
            "gambit_id": "a5db91dd-8362-44d2-b9d9-7532a3256a05",
            "last_updated": "2022-11-29T10:27:09.573605-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.36000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4f546a8-b76c-4dd6-ae54-4a119755eee8/?format=api"
        },
        {
            "id": "174cb954-a30f-4302-9547-f3eebcd2db65",
            "gambit_id": "ab6542b4-179b-434d-bd0c-a9337a736b00",
            "last_updated": "2022-11-29T10:27:09.572399-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "2.79000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4f546a8-b76c-4dd6-ae54-4a119755eee8/?format=api"
        }
    ]
}