GET /api/bet_types/faeb30ef-87d4-486f-86b5-999ebdd98536/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "faeb30ef-87d4-486f-86b5-999ebdd98536",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8417c60-f33a-46fb-852d-ecae64998632/?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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1743d108-cebf-408e-be14-85bba279cc18",
            "gambit_id": "7ccec9d0-ab3c-4441-a687-2e2d3cdf9a34",
            "last_updated": "2022-09-20T16:17:32.572241-04: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/faeb30ef-87d4-486f-86b5-999ebdd98536/?format=api"
        },
        {
            "id": "2d8f4248-3b96-4471-8251-0f513d8aaf3c",
            "gambit_id": "4d771637-a1a2-4394-9bdd-d1b1e908bbb7",
            "last_updated": "2022-09-20T16:17:32.571031-04: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/faeb30ef-87d4-486f-86b5-999ebdd98536/?format=api"
        }
    ]
}