GET /api/bet_types/1460f848-f66b-459b-bfe7-482c2bcc46a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1460f848-f66b-459b-bfe7-482c2bcc46a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/175dd8c9-19b1-4e61-8944-100d6673a6a3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T11:18:02.817362-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": "Las Vegas Raiders",
                "amount": 5094.0
            },
            {
                "team": "New York Jets",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "babe982a-835d-4e82-983a-c01b68118e4f",
            "gambit_id": "305e2ef6-275c-41a3-8ecb-0e4d62e1b470",
            "last_updated": "2023-11-13T15:33:01.714517-05:00",
            "created_at": "2023-11-10T11:18:02.829567-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1460f848-f66b-459b-bfe7-482c2bcc46a3/?format=api"
        },
        {
            "id": "ed288247-2e4e-4aa5-a1ea-224fc280e016",
            "gambit_id": "fe705f5b-69f0-4183-ab3f-a0a5722cfdb1",
            "last_updated": "2023-11-13T15:33:01.709745-05:00",
            "created_at": "2023-11-10T11:18:02.824887-05:00",
            "name": "New York Jets",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1460f848-f66b-459b-bfe7-482c2bcc46a3/?format=api"
        }
    ]
}