GET /api/bet_types/93dce9bf-d8d0-4dfe-a606-b7f0edab3a64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93dce9bf-d8d0-4dfe-a606-b7f0edab3a64",
    "match": "https://api-prod.gambitprofit.com/api/matches/141760af-8c81-4456-ba15-ed73e7b96ae7/?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": "Montreal Canadiens",
                "amount": 5304.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "ae2c714c-221d-4bfe-b789-f5cc955abf58",
            "gambit_id": "7a794fbc-e6f2-47d6-b268-f09b8618e5c0",
            "last_updated": "2022-12-05T11:32:15.275530-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93dce9bf-d8d0-4dfe-a606-b7f0edab3a64/?format=api"
        },
        {
            "id": "d52eea0e-f5ac-41ab-a166-37f3f26f1d51",
            "gambit_id": "667b00a2-ecb8-45d2-aa4c-4e6c3fc50903",
            "last_updated": "2022-12-05T11:32:15.274559-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93dce9bf-d8d0-4dfe-a606-b7f0edab3a64/?format=api"
        }
    ]
}