GET /api/bet_types/237f24bd-aaba-462c-afd8-057c39c9c923/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "237f24bd-aaba-462c-afd8-057c39c9c923",
    "match": "https://api-prod.gambitprofit.com/api/matches/124103d2-750f-4700-9858-38c8e4d4f866/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-06T08:43:16.543123-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": "Game Total Under 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6e072c0-761c-42e2-a5ce-5bc381695293",
            "gambit_id": "59a5e5cd-0004-41ff-a9a5-92b1c46bd3ce",
            "last_updated": "2023-07-08T09:42:57.169656-04:00",
            "created_at": "2023-07-06T08:43:16.547659-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/237f24bd-aaba-462c-afd8-057c39c9c923/?format=api"
        },
        {
            "id": "77546b93-23ca-431b-a5ac-19e8c97bdb45",
            "gambit_id": "ef7eefc7-e52c-49ca-9f7c-f0664614473c",
            "last_updated": "2023-07-08T09:42:57.167557-04:00",
            "created_at": "2023-07-06T08:43:16.545331-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/237f24bd-aaba-462c-afd8-057c39c9c923/?format=api"
        }
    ]
}