GET /api/bet_types/9eab39c3-3507-4c7a-9653-0518126eae35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9eab39c3-3507-4c7a-9653-0518126eae35",
    "match": "https://api-prod.gambitprofit.com/api/matches/55c23018-944c-4a41-85d0-b0b349403803/?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": "Brooklyn Nets",
                "amount": 5097.0
            },
            {
                "team": "New York Knicks",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "8328ca56-a150-4721-87ae-9663a92d9483",
            "gambit_id": "745ffbe4-b5e2-4675-81f2-0cdcb84e570a",
            "last_updated": "2022-11-10T09:24:09.676973-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eab39c3-3507-4c7a-9653-0518126eae35/?format=api"
        },
        {
            "id": "94b0938a-6e94-4ca6-909e-1926725f2e57",
            "gambit_id": "4580d848-70e3-42e5-b0eb-76532d48a0c3",
            "last_updated": "2022-11-10T09:24:09.677929-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eab39c3-3507-4c7a-9653-0518126eae35/?format=api"
        }
    ]
}