GET /api/bet_types/248c095c-2fc0-44e4-bd5d-5da20885224f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "248c095c-2fc0-44e4-bd5d-5da20885224f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a24d9c1-b02f-47fd-9649-2bb269856189/?format=api",
    "name": "FreeForm",
    "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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "63652729-c7e8-41c4-bd9d-bbee120f01e4",
            "gambit_id": "a74a7d4d-47c4-40e5-89d9-c414e1b50e99",
            "last_updated": "2022-12-13T10:12:00.726514-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/248c095c-2fc0-44e4-bd5d-5da20885224f/?format=api"
        },
        {
            "id": "4e0c49fc-5f19-4eec-aab5-53d0d2990db9",
            "gambit_id": "46565c55-4270-4639-a167-a65deb722cfc",
            "last_updated": "2022-12-13T10:12:00.727584-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/248c095c-2fc0-44e4-bd5d-5da20885224f/?format=api"
        }
    ]
}