GET /api/bet_types/4c2a85e1-45ad-4ee0-80e6-40768befc575/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c2a85e1-45ad-4ee0-80e6-40768befc575",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6f5868f-b0af-41a2-9dba-7c6520f2bb78/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:51.749235-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "412de813-82e5-4b35-8618-db41c63e0eea",
            "gambit_id": "e5180dd7-8a80-4b73-ae88-358e67a35b7a",
            "last_updated": "2023-01-25T10:51:49.038770-05:00",
            "created_at": "2023-01-24T09:31:51.752937-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c2a85e1-45ad-4ee0-80e6-40768befc575/?format=api"
        },
        {
            "id": "d75e9cd0-712b-44dc-b9c6-500053281755",
            "gambit_id": "b8fde554-68bd-4cf6-a94e-54d343c5cb6f",
            "last_updated": "2023-01-25T10:51:49.037589-05:00",
            "created_at": "2023-01-24T09:31:51.751019-05:00",
            "name": "New York Knicks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c2a85e1-45ad-4ee0-80e6-40768befc575/?format=api"
        }
    ]
}