GET /api/bet_types/3ca5dbdb-dcd7-465b-9149-bc1621ec1cf0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ca5dbdb-dcd7-465b-9149-bc1621ec1cf0",
    "match": "https://api-prod.gambitprofit.com/api/matches/4cd73080-fecc-40fe-8d66-f8364dfda5a6/?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": "022d3628-782f-42d5-b437-dec73a3f992b",
            "gambit_id": "fd8df0c5-d9b0-43c2-a907-b7832f36ba8e",
            "last_updated": "2022-12-19T10:52:26.276590-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/3ca5dbdb-dcd7-465b-9149-bc1621ec1cf0/?format=api"
        },
        {
            "id": "b1631b30-447f-4542-b495-352965be49ff",
            "gambit_id": "9bcdcca0-b7a5-44ff-abb3-b3d181c59444",
            "last_updated": "2022-12-19T10:52:26.277714-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/3ca5dbdb-dcd7-465b-9149-bc1621ec1cf0/?format=api"
        }
    ]
}