GET /api/bet_types/25dac379-6dda-4812-9472-49f94f1cc24c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25dac379-6dda-4812-9472-49f94f1cc24c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2de3673-6bca-4a87-9a39-e5e3946c007f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-21T09:03:04.699850-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e3f4d9f7-dee7-49a3-9ffc-1d6e46989308",
            "gambit_id": "8b4a223a-82cb-4d6e-b561-7fe7af14ed4e",
            "last_updated": "2023-11-22T09:48:26.130980-05:00",
            "created_at": "2023-11-21T09:03:04.708640-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25dac379-6dda-4812-9472-49f94f1cc24c/?format=api"
        },
        {
            "id": "ab7eb4cd-9ebb-48ae-8c40-b2ad8ae73b27",
            "gambit_id": "273f9f4e-c986-4ab0-a13d-4c8313fe5315",
            "last_updated": "2023-11-22T09:48:26.127738-05:00",
            "created_at": "2023-11-21T09:03:04.704424-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25dac379-6dda-4812-9472-49f94f1cc24c/?format=api"
        }
    ]
}