GET /api/bet_types/be959e69-4c93-4e0f-b2fa-86e9e1f22e47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be959e69-4c93-4e0f-b2fa-86e9e1f22e47",
    "match": "https://api-prod.gambitprofit.com/api/matches/46403919-c861-49b4-9e04-6816a5d07f85/?format=api",
    "name": "FreeForm",
    "created_at": "2023-04-10T08:57:03.029397-04: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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "685e41b6-d399-40f9-a12c-fb88acd214e5",
            "gambit_id": "253af7d2-84c2-4811-a16c-3465127faa65",
            "last_updated": "2023-04-13T11:12:23.831361-04:00",
            "created_at": "2023-04-10T08:57:03.031864-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be959e69-4c93-4e0f-b2fa-86e9e1f22e47/?format=api"
        },
        {
            "id": "b7d196e2-c9db-48a2-9109-ff9263a0d50e",
            "gambit_id": "2ac5bfc0-0d9e-4d20-8dbb-1c0e89953f14",
            "last_updated": "2023-04-13T11:12:23.832692-04:00",
            "created_at": "2023-04-10T08:57:03.034634-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be959e69-4c93-4e0f-b2fa-86e9e1f22e47/?format=api"
        }
    ]
}