GET /api/bet_types/70e869bb-9507-4d69-bf49-99b69d1df051/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70e869bb-9507-4d69-bf49-99b69d1df051",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a0ade4c-7ad3-4e38-bffa-1e690e33d84d/?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": "Los Angeles Lakers",
                "amount": 5097.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "46778134-82be-4b3b-b338-72422ec0b026",
            "gambit_id": "2d174cab-c129-4cdc-9e5c-105128f76334",
            "last_updated": "2022-12-01T16:02:22.248479-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70e869bb-9507-4d69-bf49-99b69d1df051/?format=api"
        },
        {
            "id": "0753b320-7abe-48e7-a609-731a40f81e74",
            "gambit_id": "76d7170d-07a7-497f-a443-6ebf58963ee1",
            "last_updated": "2022-12-01T16:02:22.249576-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70e869bb-9507-4d69-bf49-99b69d1df051/?format=api"
        }
    ]
}