GET /api/bet_types/758d8c78-1f77-4621-94e6-1b62766017cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "758d8c78-1f77-4621-94e6-1b62766017cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/28f3adbf-ab69-429c-b56a-afb7488dcfec/?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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6ad378e-e4b0-45f5-9676-2d62c49fc791",
            "gambit_id": "969d0972-4a8c-4409-b633-12b91d837a53",
            "last_updated": "2022-12-19T13:26:59.015680-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/758d8c78-1f77-4621-94e6-1b62766017cf/?format=api"
        },
        {
            "id": "c54253ee-0ce3-4815-bf55-5d1d935ddbe3",
            "gambit_id": "f1d77939-c6d4-4fcf-acf1-5b84f162b97d",
            "last_updated": "2022-12-19T13:26:59.016784-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/758d8c78-1f77-4621-94e6-1b62766017cf/?format=api"
        }
    ]
}