GET /api/bet_types/734e3f05-4809-4b87-88be-7de39fe0324d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "734e3f05-4809-4b87-88be-7de39fe0324d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d89e70f7-9d06-4c28-a61b-4731bc024a76/?format=api",
    "name": "Pick the Winner",
    "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": "New York Knicks",
                "amount": 5482.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8fc718f6-27a7-43a1-975d-f513fa6dd197",
            "gambit_id": "995f1ecb-a8ca-4478-84e0-382ddd85a33f",
            "last_updated": "2022-12-22T10:37:30.613863-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/734e3f05-4809-4b87-88be-7de39fe0324d/?format=api"
        },
        {
            "id": "6c8952fb-42bf-4a90-a111-37c6412b2808",
            "gambit_id": "a78ae276-740e-48c5-9dfc-ff9b4a8bbbf0",
            "last_updated": "2022-12-22T10:37:30.614931-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/734e3f05-4809-4b87-88be-7de39fe0324d/?format=api"
        }
    ]
}