GET /api/bet_types/2011f697-a95d-41fd-8657-ca4b81f471bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2011f697-a95d-41fd-8657-ca4b81f471bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3426890-e517-4713-91e2-775eaba93b67/?format=api",
    "name": "FreeForm",
    "created_at": "2023-10-03T10:18:11.579335-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": "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": "ea1898ff-2c46-4944-91e9-24b183a0d29f",
            "gambit_id": "b0cc4006-e8e0-4ab3-bf59-522f0805169f",
            "last_updated": "2023-10-05T09:18:22.152350-04:00",
            "created_at": "2023-10-03T10:18:11.588092-04:00",
            "name": "Odd",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2011f697-a95d-41fd-8657-ca4b81f471bc/?format=api"
        },
        {
            "id": "af0aaa3a-17ed-4688-a118-58cc1fa99b3e",
            "gambit_id": "e5cb2a65-e5ac-4986-9138-e0bb4061903b",
            "last_updated": "2023-10-05T09:18:22.155637-04:00",
            "created_at": "2023-10-03T10:18:11.595500-04:00",
            "name": "Even",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2011f697-a95d-41fd-8657-ca4b81f471bc/?format=api"
        }
    ]
}