GET /api/bet_types/1a4da986-42f6-40f2-89c9-55565af975b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a4da986-42f6-40f2-89c9-55565af975b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b810722-c82d-48f4-bcd2-57da0167dba8/?format=api",
    "name": "FreeForm",
    "created_at": "2023-11-06T07:58:07.274434-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "5cf19dc4-88a2-40ba-b5d3-2200c5bea24f",
            "gambit_id": "8d01eaa7-af13-40ac-b150-41a524120b6a",
            "last_updated": "2023-11-10T12:53:33.593572-05:00",
            "created_at": "2023-11-06T07:58:07.278308-05:00",
            "name": "Odd",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a4da986-42f6-40f2-89c9-55565af975b9/?format=api"
        },
        {
            "id": "a40c365c-327f-4ead-855f-c99d72225090",
            "gambit_id": "77a01228-ade0-4bdf-817e-23b654d18459",
            "last_updated": "2023-11-10T12:53:33.597493-05:00",
            "created_at": "2023-11-06T07:58:07.282491-05:00",
            "name": "Even",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a4da986-42f6-40f2-89c9-55565af975b9/?format=api"
        }
    ]
}