GET /api/bet_types/09a6cf14-bd8b-4a21-a993-5421f239a9df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09a6cf14-bd8b-4a21-a993-5421f239a9df",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d8af2bb-d8af-45b7-abd0-59db64d3d40b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:18:00.670107-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b53f83d6-4f59-4613-b380-b159a216752b",
            "gambit_id": "be198fad-5d61-49ea-a030-43787615a720",
            "last_updated": "2023-12-26T15:18:19.781477-05:00",
            "created_at": "2023-12-23T09:18:00.673887-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09a6cf14-bd8b-4a21-a993-5421f239a9df/?format=api"
        },
        {
            "id": "7b79d980-ccd6-4204-85a2-e592d2e9eb49",
            "gambit_id": "b2e5008d-7d16-4c7f-8390-e7a9810f7e1a",
            "last_updated": "2023-12-26T15:18:19.786588-05:00",
            "created_at": "2023-12-23T09:18:00.677599-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09a6cf14-bd8b-4a21-a993-5421f239a9df/?format=api"
        }
    ]
}